kumardatascience/Multi-Source-RAG-AI-System-with-Query-Routing
feat: add live file upload with session-scoped RAG indexing
chore: sync .env.example with tavily key placeholder
docs: add live demo link
merge: resolve conflict with HF Space starter README
chore: add Hugging Face Spaces config block to README
initial commit
docs: add comprehensive README with setup, architecture, and usage
feat: dockerize the application with Dockerfile and .dockerignore
fix: defer GOOGLE_API_KEY check from import to runtime so tests can run in CI
ci: add GitHub Actions workflow for automated testing
test: add pytest setup with unit tests for system prompt and routing logic
feat: improve synthesis prompt and add reasoning steps UI
feat: add LlamaIndex Workflow router for query routing
feat: add Tavily web search module
feat: add RAG retrieval and ground LLM responses in documents
feat: add document indexing with LlamaIndex + ChromaDB
feat: add chat memory with cl.user_session
feat: integrate Gemini with streaming responses
feat: add hello world chainlit echo bot
chore: initial project setup with gitignore
