Package io.qdrant.client
Class WithVectorsSelectorFactory
java.lang.Object
io.qdrant.client.WithVectorsSelectorFactory
Convenience methods for constructing 
Points.WithVectorsSelector- 
Method Summary
 
- 
Method Details
- 
enable
public static io.qdrant.client.grpc.Points.WithVectorsSelector enable(boolean enable) Whether to include vectors in response.- Parameters:
 enable- iftrue, to include vectors, iffalse, none.- Returns:
 - a new instance of 
Points.WithVectorsSelector 
 - 
include
List of named vectors to include in response.- Parameters:
 names- The names of vectors.- Returns:
 - a new instance of 
Points.WithVectorsSelector 
 
 -