Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -143,8 +143,6 @@ async def on_chat_start():
|
|
143 |
return_messages=True,
|
144 |
)
|
145 |
|
146 |
-
memory.memory.clear()
|
147 |
-
|
148 |
# Create a chain that uses the Chroma vector store
|
149 |
chain = ConversationalRetrievalChain.from_llm(
|
150 |
llm = llm_groq,
|
|
|
143 |
return_messages=True,
|
144 |
)
|
145 |
|
|
|
|
|
146 |
# Create a chain that uses the Chroma vector store
|
147 |
chain = ConversationalRetrievalChain.from_llm(
|
148 |
llm = llm_groq,
|