ppsingh commited on
Commit
c0d4278
·
1 Parent(s): 0a928d9

fix app.py error

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -18,8 +18,7 @@ except Exception as e:
18
  def retrieve(
19
  query: str,
20
  collection_name: str =None,
21
- top_level_filter: str = None,
22
- top_level_filter_value:str|list = None
23
  ) -> list:
24
  """
25
  Retrieve semantically similar documents from the vector database for MCP clients.
 
18
  def retrieve(
19
  query: str,
20
  collection_name: str =None,
21
+ filter_metadata:list[dict] = None,
 
22
  ) -> list:
23
  """
24
  Retrieve semantically similar documents from the vector database for MCP clients.