RAG Chatbot
Interact with customer reviews using AI-powered context-grounded retrieval. No login required.
Suggested Prompts
How it works
- Your question is vectorized by SentenceTransformers.
- Top semantic matches retrieved from ChromaDB.
- LLM answers strictly from retrieved context.
- Source documents shown for transparency.