Uses of Class
com.redis.vl.query.Vector.Builder
Packages that use Vector.Builder
-
Uses of Vector.Builder in com.redis.vl.query
Methods in com.redis.vl.query that return Vector.BuilderModifier and TypeMethodDescriptionstatic Vector.BuilderVector.builder()Create a new Builder for Vector.Set the vector data type.Set the vector field name to search.Vector.Builder.vector(float[] vector) Set the query vector.Vector.Builder.weight(double weight) Set the weight for this vector in multi-vector scoring.