Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ def main():
|
|
101 |
tools.append(
|
102 |
Tool(
|
103 |
name="Comparison tool",
|
104 |
-
description=
|
105 |
func=RetrievalQA.from_chain_type(llm=llm, retriever=retriever),
|
106 |
)
|
107 |
)
|
|
|
101 |
tools.append(
|
102 |
Tool(
|
103 |
name="Comparison tool",
|
104 |
+
description="useful when you want to answer questions about the uploaded documents",
|
105 |
func=RetrievalQA.from_chain_type(llm=llm, retriever=retriever),
|
106 |
)
|
107 |
)
|