This repository contains examples for RAG (retrieval assisted generation) setups.
- langchain-pdf-ingestion - An example script that demonstrates and tests different PDF loaders provided by LangChain. See README for more information.
- langserve-rag-api - An API endpoint that serves LLMs and RAG endpoints using langserve. See README for more information.