Expand description

Nested message and enum types in NearestNeighborQuery.

Structs§

  • The embedding vector.
  • Parameters that can be overrided in each query to tune query latency and recall.
  • String filter is used to search a subset of the entities by using boolean rules on string columns. For example: if a query specifies string filter with ‘name = color, allow_tokens = {red, blue}, deny_tokens = {purple}’,’ then that query will match entities that are red or blue, but if those points are also purple, then they will be excluded even if they are red/blue. Only string filter is supported for now, numeric filter will be supported in the near future.

Enums§