metadata
field during upsert
:
filters
field during query
:
Filter | Types | Description |
---|---|---|
$exists | any | Matches vectors that have this field |
$eq | Boolean , Number , String | Matches vectors with the metadata that is equal to the filter value |
$ne | Boolean , Number , String | Matches vectors with the metadata that is not equal to the filter value |
$in | Number , String | Matches vectors with metadata that is in the filter array |
$nin | Number , String | Matches vectors with metadata that is not in the filter array |
$gt | Number | Matches vectors with metadata that is greater than the filter value |
$gte | Number | Matches vectors with metadata that is greater than or equal to the filter value |
$lt | Number | Matches vectors with metadata that is less than the filter value |
$lte | Number | Matches vectors with metadata that is less than or equal to the filter value |