Local RAG System — private LLM knowledge assistant
A fully private, 100% local Retrieval-Augmented Generation system built on Llama 3.1 and ChromaDB, with advanced retrieval to minimize hallucinations and a ChatGPT-like chat interface.
Engineered a hybrid-search + reranking pipeline with semantic chunking; runs entirely offline via Ollama with multi-file processing and multi-turn conversation memory.