manu commited on
Commit
d2d9d26
·
verified ·
1 Parent(s): cb7bc7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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