Enhance description in docstring to clarify AI chatbot's functionality based on financial reports
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
Financial AI Chatbot with Smart Routing & RAG - Gradio Frontend
|
| 3 |
|
| 4 |
This Gradio application demonstrates a complete GenAI product development workflow,
|
| 5 |
-
showcasing smart routing capabilities of an AI chatbot for financial Q&A.
|
| 6 |
|
| 7 |
Key Features:
|
| 8 |
- Smart routing between FAQ, RAG, and LLM responses
|
|
|
|
| 2 |
Financial AI Chatbot with Smart Routing & RAG - Gradio Frontend
|
| 3 |
|
| 4 |
This Gradio application demonstrates a complete GenAI product development workflow,
|
| 5 |
+
showcasing smart routing capabilities of an AI chatbot for financial Q&A based on financial reports.
|
| 6 |
|
| 7 |
Key Features:
|
| 8 |
- Smart routing between FAQ, RAG, and LLM responses
|