Ai Feature Online Store Featureview Vector Search Config Args
Constructors
Properties
Configuration options for using brute force search, which simply implements the standard linear search in the database for each query. It is primarily meant for benchmarking and to generate the ground truth for approximate search.
Column of crowding. This column contains crowding attribute which is a constraint on a neighbor list produced by nearest neighbor search requiring that no more than some value k' of the k neighbors returned have the same value of crowdingAttribute.
The distance measure used in nearest neighbor search. For details on allowed values, see the API documentation. Possible values are: SQUARED_L2_DISTANCE
, COSINE_DISTANCE
, DOT_PRODUCT_DISTANCE
.
Column of embedding. This column contains the source data to create index for vector search.
The number of dimensions of the input embedding.
Columns of features that are used to filter vector search results.
Configuration options for the tree-AH algorithm (Shallow tree + Asymmetric Hashing). Please refer to this paper for more details: https://arxiv.org/abs/1908.10396 Structure is documented below.