Look up and return vectors by metadata filter from a single namespace. The returned vectors include the vector data and/or metadata. For guidance and examples, see Fetch data.
Required date-based version header
The request for the fetch_by_metadata operation.
The namespace to fetch vectors from.
"example-namespace"
Metadata filter expression to select vectors. See Understanding metadata.
{
"genre": { "$in": ["comedy", "documentary", "drama"] },
"year": { "$eq": 2019 }
}Max number of vectors to return.
x >= 112
Pagination token to continue a previous listing operation.
"Tm90aGluZyB0byBzZWUgaGVyZQo="