Update app.py
Browse files
app.py
CHANGED
@@ -99,6 +99,7 @@ def talk(prompt, history):
|
|
99 |
print(retrieved_documents.keys())
|
100 |
# print("check4")
|
101 |
formatted_prompt = format_prompt(prompt,retrieved_documents,k,history,memory_limit=3) # create a new prompt using the retrieved documents
|
|
|
102 |
print("check5")
|
103 |
# print(retrieved_documents['0'])
|
104 |
# print(formatted_prompt)
|
|
|
99 |
print(retrieved_documents.keys())
|
100 |
# print("check4")
|
101 |
formatted_prompt = format_prompt(prompt,retrieved_documents,k,history,memory_limit=3) # create a new prompt using the retrieved documents
|
102 |
+
print(formatted_prompt)
|
103 |
print("check5")
|
104 |
# print(retrieved_documents['0'])
|
105 |
# print(formatted_prompt)
|