반응형
https://www.pinecone.io/learn/series/langchain/
LangChain AI Handbook
By James Briggs & Francisco Ingham
The LangChain library empowers developers to create intelligent applications using large language models. It’s revolutionizing industries and technology, transforming our every interaction with technology.
LangChain 라이브러리는 개발자가 대규모 언어 모델을 사용하여 지능형 애플리케이션을 만들 수 있도록 지원합니다. 이는 산업과 기술에 혁명을 일으키고 기술과의 모든 상호 작용을 변화시키고 있습니다.
Introduction
At its core, LangChain is a framework built around LLMs. We can use it for chatbots, Generative Question-Answering (GQA), summarization, and much more.
LangChain의 핵심은 LLM을 중심으로 구축된 프레임워크입니다. 챗봇, 생성적 질문 답변(GQA), 요약 등에 사용할 수 있습니다.
Let's dive in!
반응형
'Pinecone > LangChain AI Handbook' 카테고리의 다른 글
Chapter 7. Custom Tools (0) | 2023.11.17 |
---|---|
Chapter 6. AI Agents (1) | 2023.11.16 |
Chapter 5. Retrieval Augmentation (1) | 2023.11.15 |
Chapter 4. Conversational Memory (1) | 2023.11.15 |
Chapter 3. Building Composable Pipelines with Chains (1) | 2023.11.14 |
Chapter 2. Prompt Templates and the Art of Prompts (0) | 2023.11.13 |
Chapter 1. An Introduction to LangChain (0) | 2023.11.10 |