You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This notebook demonstrates a Retrieval Augmented Generation (RAG) system for answering Bangla questions using a custom knowledge base. It utilizes metadata filtering (category and difficulty) and a Hugging Face embedding model to retrieve relevant information before generating an answer with an LLM hosted on GitHub.