BaseVectorSearchAlgorithmConfiguration interface
Contains configuration options specific to the algorithm used during indexing and/or querying.
Properties
kind | Polymorphic discriminator, which specifies the different types this object can be |
name | The name to associate with this particular configuration. |
Property Details
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "hnsw" | "exhaustiveKnn"
Property Value
"hnsw" | "exhaustiveKnn"
name
The name to associate with this particular configuration.
name: string
Property Value
string