Uses of Class
io.metaloom.qdrant.client.http.model.point.PointsSearchBatchResponse
Packages that use PointsSearchBatchResponse
Package
Description
-
Uses of PointsSearchBatchResponse in io.metaloom.qdrant.client.http.impl
Methods in io.metaloom.qdrant.client.http.impl that return types with arguments of type PointsSearchBatchResponseModifier and TypeMethodDescriptionQDrantHttpClientImpl.searchBatchPoints(String collectionName, PointsSearchBatchRequest request) -
Uses of PointsSearchBatchResponse in io.metaloom.qdrant.client.http.method
Methods in io.metaloom.qdrant.client.http.method that return types with arguments of type PointsSearchBatchResponseModifier and TypeMethodDescriptionPointMethods.searchBatchPoints(String collectionName, PointsSearchBatchRequest request) Retrieve by batch the closest points based on vector similarity and given filtering conditions. -
Uses of PointsSearchBatchResponse in io.metaloom.qdrant.client.http.model.point
Methods in io.metaloom.qdrant.client.http.model.point that return PointsSearchBatchResponseModifier and TypeMethodDescriptionPointsSearchBatchResponse.setResult(List<List<ScoredPoint>> result)