A RAG app using Ollama and an embedding model locally with tracking the app in LangSmith.
- Python 3.12+
- LangChain API key from https://langchain.dev
- Ollama installed from https://ollama.com
pip install -r requirements.txtRun rag.ipynb
The app will ask you the API key from LangChain during the notebook execution.
MIT