Spaces:
Build error
Build error
Update app.py
Browse files
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:
|