Class WithVectorsSelectorFactory

java.lang.Object
io.qdrant.client.WithVectorsSelectorFactory

public final class WithVectorsSelectorFactory extends Object
Convenience methods for constructing Points.WithVectorsSelector
  • Method Details

    • enable

      public static io.qdrant.client.grpc.Points.WithVectorsSelector enable(boolean enable)
      Whether to include vectors in response.
      Parameters:
      enable - if true, to include vectors, if false, none.
      Returns:
      a new instance of Points.WithVectorsSelector
    • include

      public static io.qdrant.client.grpc.Points.WithVectorsSelector include(List<String> names)
      List of named vectors to include in response.
      Parameters:
      names - The names of vectors.
      Returns:
      a new instance of Points.WithVectorsSelector