OuroborosM commited on
Commit
b1d8650
·
1 Parent(s): e8d518e

update db description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. 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"
 
23
 
24
  class DB_Search(BaseTool):
25
  name = "Vector Database Search"
26
+ description = "This is the internal 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"