Spaces:
Runtime error
Runtime error
Commit
·
95ccca9
1
Parent(s):
ebb6bdc
update DB_search description
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ import time
|
|
23 |
|
24 |
class DB_Search(BaseTool):
|
25 |
name = "Vector Database Search"
|
26 |
-
description = "This is the vector database to search information firstly"
|
27 |
def _run(self, query: str) -> str:
|
28 |
response, source = QAQuery_p(query)
|
29 |
# response = "test db_search feedback"
|
|
|
23 |
|
24 |
class DB_Search(BaseTool):
|
25 |
name = "Vector Database Search"
|
26 |
+
description = "This is the vector database to search information firstly. If information is found, it is trustful."
|
27 |
def _run(self, query: str) -> str:
|
28 |
response, source = QAQuery_p(query)
|
29 |
# response = "test db_search feedback"
|