Spaces:
Running
Running
metadata
title: Technical RAG Assistant
emoji: π
colorFrom: blue
colorTo: purple
sdk: docker
app_port: 8501
pinned: false
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.