CoolFace
Apppublic

kumardatascience/Multi-Source-RAG-AI-System-with-Query-Routing

sourceHugging Faceupdated 3mo agoView on Hugging Face
1likes
20 commits on main
dd548053mo ago

feat: add live file upload with session-scoped RAG indexing

kumardatascience
5e034103mo ago

chore: sync .env.example with tavily key placeholder

kumardatascience
4c308984mo ago

docs: add live demo link

kumardatascience
70b695a4mo ago

merge: resolve conflict with HF Space starter README

kumardatascience
31605d34mo ago

chore: add Hugging Face Spaces config block to README

kumardatascience
91986ba4mo ago

initial commit

kumardatascience
bddcc844mo ago

docs: add comprehensive README with setup, architecture, and usage

kumardatascience
ca357164mo ago

feat: dockerize the application with Dockerfile and .dockerignore

kumardatascience
34e1c4d4mo ago

fix: defer GOOGLE_API_KEY check from import to runtime so tests can run in CI

kumardatascience
df5ff854mo ago

ci: add GitHub Actions workflow for automated testing

kumardatascience
0c2d70c4mo ago

test: add pytest setup with unit tests for system prompt and routing logic

kumardatascience
7f3d4384mo ago

feat: improve synthesis prompt and add reasoning steps UI

kumardatascience
d33b4284mo ago

feat: add LlamaIndex Workflow router for query routing

kumardatascience
a788fe14mo ago

feat: add Tavily web search module

kumardatascience
802c16a4mo ago

feat: add RAG retrieval and ground LLM responses in documents

kumardatascience
23286094mo ago

feat: add document indexing with LlamaIndex + ChromaDB

kumardatascience
96564984mo ago

feat: add chat memory with cl.user_session

kumardatascience
c503b924mo ago

feat: integrate Gemini with streaming responses

kumardatascience
e285eeb5mo ago

feat: add hello world chainlit echo bot

kumardatascience
95bdcd95mo ago

chore: initial project setup with gitignore

kumardatascience