Package io.qdrant.client
Class VectorsFactory
java.lang.Object
io.qdrant.client.VectorsFactory
Convenience methods for constructing
Points.Vectors-
Method Summary
-
Method Details
-
namedVectors
Creates named vectors- Parameters:
values- A map of vector names to values- Returns:
- a new instance of
Points.Vectors
-
vectors
Creates a vector- Parameters:
values- A list of values- Returns:
- a new instance of
Points.Vectors
-
vectors
public static io.qdrant.client.grpc.Points.Vectors vectors(float... values) Creates a vector- Parameters:
values- A list of values- Returns:
- a new instance of
Points.Vectors
-