Spaces:
Sleeping
Sleeping
Update src/app.py
Browse files- src/app.py +1 -1
src/app.py
CHANGED
|
@@ -296,7 +296,7 @@ with tab1:
|
|
| 296 |
"If the Context contains the answer, output it clearly. "
|
| 297 |
"If the Context does NOT contain the answer, simply state: "
|
| 298 |
"'I cannot find that specific information in the documents provided.'"
|
| 299 |
-
)
|
| 300 |
for i, d in enumerate(docs):
|
| 301 |
src = d.metadata.get('source', 'Unknown')
|
| 302 |
context_txt += f"<document index='{i+1}' source='{src}'>\n{d.page_content}\n</document>\n"
|
|
|
|
| 296 |
"If the Context contains the answer, output it clearly. "
|
| 297 |
"If the Context does NOT contain the answer, simply state: "
|
| 298 |
"'I cannot find that specific information in the documents provided.'"
|
| 299 |
+
)
|
| 300 |
for i, d in enumerate(docs):
|
| 301 |
src = d.metadata.get('source', 'Unknown')
|
| 302 |
context_txt += f"<document index='{i+1}' source='{src}'>\n{d.page_content}\n</document>\n"
|