Spaces:
Runtime error
Runtime error
arjunanand13
commited on
Commit
•
8326015
1
Parent(s):
c1a3363
Update app.py
Browse files
app.py
CHANGED
@@ -79,6 +79,7 @@ class DocumentRetrievalAndGeneration:
|
|
79 |
Here's my question:
|
80 |
Query:{query}
|
81 |
Solution==>
|
|
|
82 |
Example1
|
83 |
Query: "How to use IPU1_0 instead of A15_0 to process NDK in TDA2x-EVM",
|
84 |
Solution: "To use IPU1_0 instead of A15_0 to process NDK in TDA2x-EVM, you need to modify the configuration file of the NDK application. Specifically, change the processor reference from 'A15_0' to 'IPU1_0'.",
|
|
|
79 |
Here's my question:
|
80 |
Query:{query}
|
81 |
Solution==>
|
82 |
+
RETURN ONLY SOLUTION . IF THEIR IS NO ANSWER RELATABLE IN RETRIEVED CHUNKS , RETURN " NO SOLUTION AVAILABLE"
|
83 |
Example1
|
84 |
Query: "How to use IPU1_0 instead of A15_0 to process NDK in TDA2x-EVM",
|
85 |
Solution: "To use IPU1_0 instead of A15_0 to process NDK in TDA2x-EVM, you need to modify the configuration file of the NDK application. Specifically, change the processor reference from 'A15_0' to 'IPU1_0'.",
|