Skip to content

Instantly share code, notes, and snippets.

View fayezzouari's full-sized avatar
🎯
Focusing

Fayez Zouari fayezzouari

🎯
Focusing
View GitHub Profile

Beaglemind Project Roadmap

Current Status

  • 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)

Key Pain Points & Focus Areas

BeagleMind UpdatesAdd commentMore actions

A. Milestone 2

Core RAG Functionality

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.