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
- Host: GitHub
- URL: https://github.com/thomd/langchain-rag-with-local-llm
- Owner: thomd
- Created: 2024-11-25T11:25:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-25T19:19:28.000Z (over 1 year ago)
- Last Synced: 2025-03-20T19:11:47.791Z (about 1 year ago)
- Topics: langchain, ollama, pdf, python, rag
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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