ArturG9 commited on
Commit
b9e6b37
1 Parent(s): f9723de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def main(vectorstore):
84
 
85
 
86
  def handle_userinput(user_question,vectorstore):
87
- Rag_chain = create_conversational_rag_chain()
88
  response = Rag_chain.invoke(
89
  {"input": user_question},
90
 
 
84
 
85
 
86
  def handle_userinput(user_question,vectorstore):
87
+ Rag_chain = create_conversational_rag_chain(vectorstore)
88
  response = Rag_chain.invoke(
89
  {"input": user_question},
90