Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultVectorIndexType = VectorIndexTypeHNSW VectorIndexTypeHNSW = "hnsw" VectorIndexTypeFLAT = "flat" VectorIndexTypeDYNAMIC = "dynamic" )
Variables ¶
This section is empty.
Functions ¶
func ParseAndValidateConfig ¶
func ParseAndValidateConfig(input interface{}, vectorIndexType string, isMultiVector bool) (schemaConfig.VectorIndexConfig, error)
ParseAndValidateConfig from an unknown input value, as this is not further specified in the API to allow of exchanging the index type
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.