captain-awesome commited on
Commit
b26141b
·
verified ·
1 Parent(s): dc9899d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -104,6 +104,7 @@ def main():
104
  description=f"useful when you want to answer questions about the uploaded documents}",
105
  func=RetrievalQA.from_chain_type(llm=llm, retriever=retriever),
106
  )
 
107
 
108
  agent = initialize_agent(
109
  tools=tools,
 
104
  description=f"useful when you want to answer questions about the uploaded documents}",
105
  func=RetrievalQA.from_chain_type(llm=llm, retriever=retriever),
106
  )
107
+ )
108
 
109
  agent = initialize_agent(
110
  tools=tools,