Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -211,7 +211,7 @@ def search(query: str, k: int = 5) -> List[int]:
|
|
211 |
|
212 |
|
213 |
def search_synthetize(query: str, k: int = 5) -> List[int]:
|
214 |
-
|
215 |
Search within a PDF document for the most relevant pages to answer a query and synthetizes a short grounded answer using only those pages.
|
216 |
MCP tool description:
|
217 |
- name: mcp_test_search
|
|
|
211 |
|
212 |
|
213 |
def search_synthetize(query: str, k: int = 5) -> List[int]:
|
214 |
+
"""
|
215 |
Search within a PDF document for the most relevant pages to answer a query and synthetizes a short grounded answer using only those pages.
|
216 |
MCP tool description:
|
217 |
- name: mcp_test_search
|