Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 414 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 414 Bytes

DocInsights

talk to documents using local LLM with the power of RAG

Installation

pip install -r requirements.txt
curl -fsSL https://ollama.com/install.sh | sh
ollama serve

--in a seperate window--

ollama pull qwen2:0.5b
ollama pull gemma:2b
python -m streamlit run streamlit_app.py

Preview

DocInsights.mp4