Update app.py
Browse files
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,
|