/langchain

Primary LanguageJupyter NotebookMIT LicenseMIT

LangChain

Introduction

RAG


Given a user input, relevant splits are retrieved from storage using a Retriever & ChatModel / LLM produces an answer using a prompt that includes the question and the retrieved data

Tools

Installation

  • Core LangChain: pip install --upgrade langchain

Resources