VectorSearch interface

Contains configuration options related to vector search.

Properties

algorithms

Contains configuration options specific to the algorithm used during indexing and/or querying.

profiles

Defines combinations of configurations to use with vector search.

Property Details

algorithms

Contains configuration options specific to the algorithm used during indexing and/or querying.

algorithms?: VectorSearchAlgorithmConfiguration[]

Property Value

profiles

Defines combinations of configurations to use with vector search.

profiles?: VectorSearchProfile[]

Property Value