Uses of Class
io.metaloom.qdrant.client.http.model.point.PointsSearchBatchRequest
Packages that use PointsSearchBatchRequest
Package
Description
-
Uses of PointsSearchBatchRequest in io.metaloom.qdrant.client.http.impl
Methods in io.metaloom.qdrant.client.http.impl with parameters of type PointsSearchBatchRequestModifier and TypeMethodDescriptionQDrantHttpClientImpl.searchBatchPoints(String collectionName, PointsSearchBatchRequest request) -
Uses of PointsSearchBatchRequest in io.metaloom.qdrant.client.http.method
Methods in io.metaloom.qdrant.client.http.method with parameters of type PointsSearchBatchRequestModifier and TypeMethodDescriptionPointMethods.searchBatchPoints(String collectionName, PointsSearchBatchRequest request) Retrieve by batch the closest points based on vector similarity and given filtering conditions. -
Uses of PointsSearchBatchRequest in io.metaloom.qdrant.client.http.model.point
Methods in io.metaloom.qdrant.client.http.model.point that return PointsSearchBatchRequestModifier and TypeMethodDescriptionPointsSearchBatchRequest.setSearches(List<PointsSearchRequest> searches)