ykl7 commited on
Commit
fd2561a
·
1 Parent(s): 48f8386
Files changed (1) hide show
  1. app.py +1 -1
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: