Ludovicollin commited on
Commit
71a6c88
·
verified ·
1 Parent(s): ecbcdef

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -123,7 +123,7 @@ async def start():
123
  CONDENSE_QUESTION_PROMPT = PromptTemplate.from_template(_template)
124
 
125
  ########## Chain with streaming ##########
126
- retrieval = wait retriever_to_cache()
127
  message_history = ChatMessageHistory()
128
  memory = ConversationBufferMemory(
129
  memory_key="chat_history",
 
123
  CONDENSE_QUESTION_PROMPT = PromptTemplate.from_template(_template)
124
 
125
  ########## Chain with streaming ##########
126
+ retrieval = await retriever_to_cache()
127
  message_history = ChatMessageHistory()
128
  memory = ConversationBufferMemory(
129
  memory_key="chat_history",