This repo hosts the code implementation of an end-to-end agentic RAG system. ``` async web crawler ꜜ ann index ꜜ retrieve/rerank ꜜ MCP tool serve ꜜ FastAPI chat (streaming/sync) ``` I wrote this agentic RAG system to learn and get hands on experience on: - asynchronous processing & concurrency - asyncio's queue, task