1MR commited on
Commit
bce9a70
·
verified ·
1 Parent(s): 0d73f2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def keep_alive(space_url="https://1mr-apigmail.hf.space/ping", interval_hours=5)
55
  @tool
56
  def retrieve(query_text):
57
  """
58
- Retrieves relevant information from a vector index based on a query.
59
  Parameters:
60
  - query_text (str): Query to search for relevant information.
61
  Returns:
 
55
  @tool
56
  def retrieve(query_text):
57
  """
58
+ Retrieves relevant information from a vector index based on a query from reports.
59
  Parameters:
60
  - query_text (str): Query to search for relevant information.
61
  Returns: