- Deployed Platform: Frontend (mind.beagleboard.org), API (api.beagleboard.org)
- CLI Tool: For local assistant usage
- Core Features: Tool calling, RAG-based information retrieval
- Provider Support: OpenAI, OpenRouter, Groq, Ollama (extensible)
Organization: BeagleBoard.org
In this milestone, I focused on finalizing the core RAG functionality by implementing the previously discussed features.
I developed a Gradio interface to interact with the chatbot and visually inspect the results, including the sources used to answer each query. These sources are passed through a reranking model to ensure that only the most relevant ones are selected before being sent to the LLM.
