Uses of Class
com.hazelcast.config.vector.VectorIndexConfig
Package
Description
This package contains configuration classes for vector collection.
-
Uses of VectorIndexConfig in com.hazelcast.config.vector
Modifier and TypeMethodDescriptionVectorIndexConfig.setDimension
(int dimension) Sets the dimension of this vector index configuration.VectorIndexConfig.setEfConstruction
(int efConstruction) Sets the size of the dynamic list search to use during index time.VectorIndexConfig.setMaxDegree
(int maxDegree) Sets the maximum number of connections allowed per node.Sets the metric of this vector index configuration.Sets the name of the vector index.VectorIndexConfig.setUseDeduplication
(boolean useDeduplication) Enables or disables deduplication.Modifier and TypeMethodDescriptionVectorCollectionConfig.getVectorIndexConfigs()
Retrieves the list of vector index configurations associated with this vector collection configuration.Modifier and TypeMethodDescriptionVectorCollectionConfig.addVectorIndexConfig
(VectorIndexConfig vectorIndexConfig) Adds a vector index configuration to this vector collection configuration.Modifier and TypeMethodDescriptionvoid
VectorCollectionConfig.setVectorIndexConfigs
(List<VectorIndexConfig> vectorIndexConfigs) Sets the list ofVectorIndexConfig
instances for this vector collection configuration.ModifierConstructorDescriptionVectorIndexConfig
(VectorIndexConfig config) Constructs a newVectorIndexConfig
instance by copying the values from the provided configuration.