Hi, I am looking to fetch all vectors that match a meta data filter.
I see that query and fetch require an actual Vector to be sent in to search.
I would like to ask for all Vectors that have a metadata filter of say:
{
“category”: “books”
}
Is this possible?
thanks