Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -110,9 +110,8 @@ class DocumentRetrievalAndGeneration:
|
|
110 |
{"role": "user", "content": f"""
|
111 |
I need you to answer my question and provide related information in a specific format.
|
112 |
I have provided five relatable json files {content}, choose the most suitable chunks for answering the query.
|
113 |
-
RETURN ONLY SOLUTION without additional comments, sign-offs, or extra phrases. Be direct and to the point
|
114 |
-
|
115 |
-
|
116 |
|
117 |
Here's my question:
|
118 |
Query: {query}
|
|
|
110 |
{"role": "user", "content": f"""
|
111 |
I need you to answer my question and provide related information in a specific format.
|
112 |
I have provided five relatable json files {content}, choose the most suitable chunks for answering the query.
|
113 |
+
RETURN ONLY SOLUTION without additional comments, sign-offs, retrived chunks or extra phrases. Be direct and to the point.
|
114 |
+
IF THERE IS NO ANSWER RELATABLE IN RETRIEVED CHUNKS, RETURN "NO SOLUTION AVAILABLE".
|
|
|
115 |
|
116 |
Here's my question:
|
117 |
Query: {query}
|