An open API service indexing awesome lists of open source software.

https://github.com/thomd/langchain-rag-with-local-llm

Python Langchain RAG with local LLMs for local PDFs
https://github.com/thomd/langchain-rag-with-local-llm

langchain ollama pdf python rag

Last synced: about 2 months ago
JSON representation

Python Langchain RAG with local LLMs for local PDFs

Awesome Lists containing this project

README

          

Python RAG (Retrieval Augmented Generation) app to query local PDF files using a local Ollama model.

## Setup

pip install -r requirements.txt
ollama pull nomic-embed-text

Clear datebase by deleting the `.chroma` folder