RAG Knowledge Assistant
Problem: Answering questions accurately over a large private document set without hallucinating.
Built: A retrieval-augmented generation service that chunks and embeds documents, retrieves relevant context, and generates grounded answers with source citations.
- PLACEHOLDER — retrieval quality metric (e.g. top-k recall / answer accuracy)
- PLACEHOLDER — latency per query
- PLACEHOLDER — corpus size / number of documents indexed
- Python
- LLMs
- RAG
- FastAPI
- Docker