Skip to content

tsdata/langchain-tutorial-book

Repository files navigation

랭체인 입문 - RAG 챗봇부터 에이전트까지 (오승환 저, 정보문화사 출판)

이 저장소는 "랭체인 입문 - RAG 챗봇부터 에이전트까지" 도서의 실습 코드를 제공합니다. LangChain을 활용한 실용적인 AI 애플리케이션 개발 방법을 단계별로 학습할 수 있습니다.

📚 도서 소개

본 도서는 LangChain을 활용하여 실제 업무에 적용 가능한 AI 애플리케이션을 개발하는 방법을 다룹니다. RAG(Retrieval-Augmented Generation) 기반 챗봇 개발부터 자율적인 AI 에이전트 구현까지, 실습 중심으로 설명합니다.

🛠️ 시작하기

필요 조건

  • Python 3.11
  • pip 또는 Poetry

설치 방법

  1. 저장소 클론
git clone https://github.com/tsdata/langchain-tutorial-book.git
cd langchain-tutorial-book
  1. 의존성 설치
# pip 사용 시
pip install -r requirements.txt

# Poetry 사용 시
poetry install

📱 연락처

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published