Spaces:
Sleeping
Sleeping
debug
Browse files
app.py
CHANGED
@@ -160,7 +160,7 @@ def retriever(query: str, selected_retriever: str):
|
|
160 |
with st.expander(f"Rank {ix+1} - {title}"):
|
161 |
st.markdown(f"{doc_details}")
|
162 |
except:
|
163 |
-
print("Document parsing error for title and other contents")
|
164 |
|
165 |
# retrieved_document_titles = ""
|
166 |
# for document in topk_documents:
|
|
|
160 |
with st.expander(f"Rank {ix+1} - {title}"):
|
161 |
st.markdown(f"{doc_details}")
|
162 |
except:
|
163 |
+
print(f"Document parsing error for title and other contents:\n{document}")
|
164 |
|
165 |
# retrieved_document_titles = ""
|
166 |
# for document in topk_documents:
|