demoPOC commited on
Commit
608c61b
·
verified ·
1 Parent(s): 4c329c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,7 +207,7 @@ def getRAGChain(customerName, customerDistrict, custDetailsPresent, vectordb,llm
207
 
208
  # Retrieve conversation history if available
209
  memory = ConversationBufferWindowMemory(k=3, memory_key="history", input_key="question")
210
- memory.load_history(conversation_history)
211
 
212
  # chain = RetrievalQA.from_chain_type(
213
  # llm=getLLMModel(llmID),
 
207
 
208
  # Retrieve conversation history if available
209
  memory = ConversationBufferWindowMemory(k=3, memory_key="history", input_key="question")
210
+
211
 
212
  # chain = RetrievalQA.from_chain_type(
213
  # llm=getLLMModel(llmID),