Uses of Class
io.metaloom.qdrant.client.http.model.point.PointsGetRequest
Packages that use PointsGetRequest
Package
Description
-
Uses of PointsGetRequest in io.metaloom.qdrant.client.http.impl
Methods in io.metaloom.qdrant.client.http.impl with parameters of type PointsGetRequestModifier and TypeMethodDescriptionQDrantHttpClientImpl.getPoints(String collectionName, PointsGetRequest request) -
Uses of PointsGetRequest in io.metaloom.qdrant.client.http.method
Methods in io.metaloom.qdrant.client.http.method with parameters of type PointsGetRequestModifier and TypeMethodDescriptionPointMethods.getPoints(String collectionName, PointsGetRequest request) Retrieve multiple points by specified IDs. -
Uses of PointsGetRequest in io.metaloom.qdrant.client.http.model.point
Methods in io.metaloom.qdrant.client.http.model.point that return PointsGetRequestModifier and TypeMethodDescriptionPointsGetRequest.setWithPayload(boolean withPayload) PointsGetRequest.setWithVector(boolean withVector)