Skip to content

Instantly share code, notes, and snippets.

View fayezzouari's full-sized avatar
🎯
Focusing

Fayez Zouari fayezzouari

🎯
Focusing
View GitHub Profile

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.