Ask a question to get started
Enter to sendā¢Shift+Enter new line
search_by_metadata( self, expr: str, fields: Optional[List[str]] =
expr
str
A filtering expression (e.g., "city == 'Seoul'").
"city == 'Seoul'"
fields
Optional[List[str]]
None
List of fields to retrieve. If None, retrieves all available fields.
limit
int
10
Searches the Milvus vector store based on metadata conditions.
This function performs a metadata-based query using an expression that filters stored documents without vector similarity.
Maximum number of results to return.