Releases: RossDmello2/voice-rag-assistant
Releases · RossDmello2/voice-rag-assistant
Release list
VoiceRAG Agent v0.1.0
VoiceRAG Agent v0.1.0
First public showcase release for VoiceRAG Agent: a local-first voice RAG assistant for talking to documents with FastAPI, LangGraph, Qdrant, Ollama embeddings, Groq STT/chat, Kokoro TTS, and vanilla JavaScript.
Highlights
- Upload PDF, DOCX, TXT, and CSV documents for retrieval-augmented answers.
- Ask by text or voice and stream grounded responses from a FastAPI backend.
- Use local-first building blocks with explicit cloud-provider boundaries for Groq-backed STT/chat/translation.
- Inspect a readable reference architecture for FastAPI, LangGraph, Qdrant, Ollama, Kokoro TTS, SQLite, and browser UI workflows.
- Review real UI screenshots in
docs/assets/screenshots/.
Good Starting Points
- README: https://github.com/RossDmello2/voice-rag-assistant#readme
- Architecture: https://github.com/RossDmello2/voice-rag-assistant/blob/main/docs/architecture/README.md
- Feature map: https://github.com/RossDmello2/voice-rag-assistant/blob/main/docs/features/README.md
- Screenshots: https://github.com/RossDmello2/voice-rag-assistant/tree/main/docs/assets/screenshots
Verification
This release is cut from main after the README visitor-value update in PR #18 and successful CI/CodeQL checks.