Update app.py
Browse files
app.py
CHANGED
@@ -1058,7 +1058,15 @@ demo_description3 = """
|
|
1058 |
Upload a PDF, TXT, or DOCX file and ask a question about its content.
|
1059 |
This demo uses **GPT-4o-Mini** to answer questions based on the content of your uploaded document.
|
1060 |
|
1061 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1062 |
"""
|
1063 |
demo_description4 = """
|
1064 |
**Context**:
|
|
|
1058 |
Upload a PDF, TXT, or DOCX file and ask a question about its content.
|
1059 |
This demo uses **GPT-4o-Mini** to answer questions based on the content of your uploaded document.
|
1060 |
|
1061 |
+
Note: This is a **strict RAG-based QA** system. It will only answer questions if the answer is explicitly found in the uploaded document.
|
1062 |
+
For more flexible or general-purpose responses, please try Tab 1 (Multi-Agent Assistant).
|
1063 |
+
|
1064 |
+
Typical Use Cases:
|
1065 |
+
- Legal, technical, or academic documents where factual precision is critical
|
1066 |
+
- Internal company reports where hallucination must be avoided
|
1067 |
+
- Medical papers where only referenced content should be discussed
|
1068 |
+
|
1069 |
+
Feel free to ask any question directly related to your document.
|
1070 |
"""
|
1071 |
demo_description4 = """
|
1072 |
**Context**:
|