on1onmangoes commited on
Commit
03ccd1a
·
verified ·
1 Parent(s): 0cdd851

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,8 +44,8 @@ def stream_chat_with_rag(
44
  print("The Answer in stream_chat_with_rag:")
45
  print(answer)
46
 
47
- print("The relevant_doc:")
48
- print(relevant_docs)
49
 
50
  # Update the conversation history
51
  history.append((message, answer))
 
44
  print("The Answer in stream_chat_with_rag:")
45
  print(answer)
46
 
47
+ # print("The relevant_doc:")
48
+ # print(relevant_docs)
49
 
50
  # Update the conversation history
51
  history.append((message, answer))