Uses of Interface
com.hazelcast.vector.VectorValues
Packages that use VectorValues
-
Uses of VectorValues in com.hazelcast.vector
Subinterfaces of VectorValues in com.hazelcast.vectorModifier and TypeInterfaceDescriptionstatic interface
Provides a mapping from index name to vector, supplying vectors for aVectorCollection
with multiple indexes defined.static interface
Represents values of a single vector.Methods in com.hazelcast.vector that return VectorValuesModifier and TypeMethodDescriptionSearchResult.getVectors()
VectorDocument.getVectors()
static VectorValues
VectorValues.of
(float[] vector) Returns aVectorValues
object suitable for supplying a single vector to aVectorCollection
configured with one vector index.static VectorValues
Returns aVectorValues
object that represents a single named vector.static VectorValues
Returns aVectorValues
object that represents two mappings of index names to associated vectors.static VectorValues
Returns aVectorValues
object that represents the given mappings of index names to associated vectors.Methods in com.hazelcast.vector with parameters of type VectorValuesModifier and TypeMethodDescriptionstatic <T> VectorDocument<T>
VectorDocument.of
(T value, VectorValues vv)