Spaces:
Running
on
T4
Running
on
T4
fix app.py error
Browse files
app.py
CHANGED
@@ -18,8 +18,7 @@ except Exception as e:
|
|
18 |
def retrieve(
|
19 |
query: str,
|
20 |
collection_name: str =None,
|
21 |
-
|
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.
|