ArthyP/technical-rag-assistant
0
Technical Documentation RAG Assistant
Advanced RAG system with local Ollama LLM integration running in HuggingFace Spaces.
Features
- ๐ฆ Local Ollama LLM - No API dependencies
- ๐ Hybrid Search - Semantic + keyword retrieval
- ๐ Citation Support - Automatic source attribution
- ๐ฏ Confidence Scoring - Answer quality assessment
- โก Fast Performance - Local inference
Models Used
- LLM: Llama 3.2 3B (via Ollama)
- Embeddings: all-MiniLM-L6-v2
- Fallback: HuggingFace API if Ollama fails
How it Works
- Upload PDF documents
- Documents are chunked and indexed
- Ask questions in natural language
- Get answers with citations and confidence scores
Built for technical documentation Q&A with Swiss engineering standards.
