Skip to main content
Metadata feature allows you to store context with your vectors to make a connection. There can be a couple of uses of this:
  1. You can put the source of the vector in the metadata to use in your application from the query response.
  2. 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