Spaces:
Sleeping
Sleeping
Commit
·
42826cf
1
Parent(s):
136475f
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,6 @@ docs = text_splitter.split_documents(pages)
|
|
| 29 |
|
| 30 |
vectorstore = Chroma.from_documents(documents=docs, embedding=embedding)
|
| 31 |
|
| 32 |
-
|
| 33 |
memory = ConversationBufferMemory(memory_key="chat_history", return_messages=True) # to remember chat history include this
|
| 34 |
|
| 35 |
|
|
|
|
| 29 |
|
| 30 |
vectorstore = Chroma.from_documents(documents=docs, embedding=embedding)
|
| 31 |
|
|
|
|
| 32 |
memory = ConversationBufferMemory(memory_key="chat_history", return_messages=True) # to remember chat history include this
|
| 33 |
|
| 34 |
|