❯ ask "what does the Q3 contract say about renewals?"
⠸ searching 1,240 chunks · bge embeddings · ChromaDB
Auto-renews unless cancelled 60 days before term end
(contract_q3.pdf, p. 14)
qwen2.5:7b · local · 0 cloud calls
Project 01
Local AI Assistant: Private RAG
A fully local, privacy-first AI assistant that indexes personal PDFs and answers questions over them with zero cloud calls. Modular pipeline: PyMuPDF ingestion, BGE embeddings, ChromaDB vector store, LangGraph agent over Ollama, plus 4 custom MCP servers (RAG, persistent memory, web search, model routing) that plug straight into Claude Code.
- Python
- Ollama
- LangGraph
- ChromaDB
- MCP
- sentence-transformers