| title: ChatJio | |
| emoji: ⚡ | |
| colorFrom: purple | |
| colorTo: blue | |
| sdk: docker | |
| pinned: false | |
| # ChatJio | |
| A fully free, end-to-end RAG (Retrieval-Augmented Generation) chatbot built on the rag-mini-wikipedia dataset. | |
| ## Stack | |
| - Embedding: bge-small-en-v1.5 | |
| - Vector DB: Qdrant Cloud | |
| - Reranker: cross-encoder/ms-marco-MiniLM-L-6-v2 | |
| - LLM: Llama 3.3 70B via Groq API | |
| ## API | |
| `POST /chat` — `{ "query": "...", "confirmed": false }` | |
| `GET /health` | |