This project implements a Retrieval-Augmented Generation (RAG) AI assistant, built as my solution for the Agentic AI Developer Certification, Module 1.
The assistant leverages the RAG architecture to answer open-ended questions using my own uploaded knowledge base of .txt documents. The system uses document chunking, embeddings (all-MiniLM-L6-v2), ChromaDB for search, and integrates with multiple LLM APIs (Google Gemini, Groq, OpenAI). It replies accurately using only the uploaded context, so answers are trustworthy and verifiable.
data/
folder.txt
files to customize your assistantβs domain easily