Features
Metadata
Metadata feature allows you to store context with your vectors to make a connection. There can be a couple of uses of this:
- You can put the source of the vector in the metadata to use in your application from the query response.
- You can put some metadata to further filter the results upon the query.
You can set metadata with your vector as follows:
When you do a query or fetch, you can opt-in to retrieve the metadata as follows:
- Query Example
Also, you can filter the results further by providing a metadata filter:
See Metadata Filtering documentation for more details.
- Range Example
Was this page helpful?