Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ def talk(prompt, history):
|
|
101 |
# print("check4")
|
102 |
formatted_prompt = format_prompt(prompt,retrieved_documents,k,history,memory_limit=3) # create a new prompt using the retrieved documents
|
103 |
print("check5")
|
104 |
-
|
105 |
# print(retrieved_documents['0'])
|
106 |
# print(formatted_prompt)
|
107 |
# formatted_prompt_with_history = add_history(formatted_prompt, history)
|
|
|
101 |
# print("check4")
|
102 |
formatted_prompt = format_prompt(prompt,retrieved_documents,k,history,memory_limit=3) # create a new prompt using the retrieved documents
|
103 |
print("check5")
|
104 |
+
pd.options.display.max_colwidth = 4000
|
105 |
# print(retrieved_documents['0'])
|
106 |
# print(formatted_prompt)
|
107 |
# formatted_prompt_with_history = add_history(formatted_prompt, history)
|