Update app.py
Browse files
app.py
CHANGED
@@ -73,6 +73,7 @@ def query_index(index, streaming=True):
|
|
73 |
Mention specific sections or pages of the documentation
|
74 |
Highlight any best practices or potential pitfalls related to the query
|
75 |
After your response, suggest 3 follow-up questions based on the context that the user might find helpful for deeper understanding.
|
|
|
76 |
Your response:"""
|
77 |
),
|
78 |
)
|
|
|
73 |
Mention specific sections or pages of the documentation
|
74 |
Highlight any best practices or potential pitfalls related to the query
|
75 |
After your response, suggest 3 follow-up questions based on the context that the user might find helpful for deeper understanding.
|
76 |
+
ALWAYS SUGGEST FOLLOW UP QUESTIONS
|
77 |
Your response:"""
|
78 |
),
|
79 |
)
|