Skip to content

Releases: RossDmello2/voice-rag-assistant

VoiceRAG Agent v0.1.0

Choose a tag to compare

@RossDmello2 RossDmello2 released this 02 Jul 18:35
f662122

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

Verification

This release is cut from main after the README visitor-value update in PR #18 and successful CI/CodeQL checks.