SK네트웍스 Family AI캠프 10기

SK네트웍스 AI캠프 60일차 -

netsma 2025. 4. 7. 09:23

 

 

 

 

https://www.galileo.ai/blog/mastering-rag-how-to-architect-an-enterprise-rag-system

 

Mastering RAG: How To Architect An Enterprise RAG System - Galileo AI

Explore the nuances of crafting an Enterprise RAG System in our blog, "Mastering RAG: Architecting Success." We break down key components to provide users with a solid starting point, fostering clarity and understanding among RAG builders.

www.galileo.ai

 

 

 

 

https://python.langchain.com/api_reference/core/documents/langchain_core.documents.base.Document.html

 

Document — 🦜🔗 LangChain documentation

Bases: BaseMedia Class for storing a piece of text and associated metadata. Example from langchain_core.documents import Document document = Document( page_content="Hello, world!", metadata={"source": "https://example.com"} ) Pass page_content in as positi

python.langchain.com

 

 

 

https://python.langchain.com/docs/how_to/#document-loaders

 

How-to guides | 🦜️🔗 LangChain

Here you’ll find answers to “How do I….?” types of questions.

python.langchain.com

 

 

 

(fn+)F12 누르면 개발자창 팝업되고 좌측상단 새로고침버튼 누른 후 (제일 위의) 파일 하나 클릭하면 마지막에 user-agent 가 나옴.

 

 

 

https://python.langchain.com/docs/integrations/document_loaders/json/

 

JSONLoader | 🦜️🔗 LangChain

This notebook provides a quick overview for getting started with JSON document loader. For detailed documentation of all JSONLoader features and configurations head to the API reference.

python.langchain.com

 

 

http://www.compciv.org/recipes/cli/jq-for-parsing-json/

 

Parsing JSON with jq

Parsing JSON with jq Most of the popular API and data services use the JSON data format, so we'll learn how it's used to serialize interesting information, and how to use the jq to parse it at the command-line. JSON - a lightweight data format JSON stands

www.compciv.org

 

https://marcus-story.tistory.com/22

 

로컬 언어 모델의 시작, Ollama를 소개합니다.

안녕하세요. 챗GPT의 등장 이후로 다양한 생성 AI 모델들이 개발되어 왔습니다. 초기에는 대규모 언어 모델(LLM)이 주를 이루었지만, 지금은 개인도 손쉽게 다룰 수 있는 소형 언어 모델(SLM)이 중심

marcus-story.tistory.com