PatrickMurray78/rag-chatbot-case-study
Case study for a self-directed RAG chatbot demo project — design, technical decisions, and lessons learned.
SUMMARY AI summary by gpt-5-mini
This is a case-study of an embeddable Retrieval-Augmented Generation (RAG) customer-support chatbot with a no-code admin panel. It documents architecture, design decisions, and lessons; source code is not included. Who uses it - Site owners and non-technical admins who upload FAQs, knowledge bases or product catalogs and configure bot behavior/appearance. - End users on host sites who ask questions and receive streamed, knowledge-grounded answers. Key features - Document ingestion with structural semantic chunking. - Vector retrieval (FAISS) with distance-based confidence threshold. - Three-mode prompt routing: high-confidence, cautious fallback, and product-aware fallback. - Optional product catalog and configurable upsell mode. - Token-by-token streaming for real-time replies. - No-code admin panel (content, behavior, appearance) and an embeddable chat widget. Tech highlights: FastAPI backend, OpenAI embeddings + chat, React frontend; storage via JSON + FAISS.
DETECTED Detected AI stack
AI-related keywords found in this repo's description, topics, or README summary — grouped by category. Each badge links to the corresponding ranking detail page.
Why this is classified AI-related
The AI relevance score checks four places for AI keywords and adds the weight of each one that matches. Full methodology
Total AI relevance score: 75 / 100
Owner
Software Engineer
Dates
| Created on GitHub | 2026-05-21 |
| Last push | 2026-05-21 |
| First seen here | 2026-05-21 |
| Last fetched | 2026-08-19 16:14 |