Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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))
|