Uses of Class
io.metaloom.qdrant.client.http.model.point.PointsSearchResponse
Packages that use PointsSearchResponse
Package
Description
-
Uses of PointsSearchResponse in io.metaloom.qdrant.client.http.impl
Methods in io.metaloom.qdrant.client.http.impl that return types with arguments of type PointsSearchResponseModifier and TypeMethodDescriptionQDrantHttpClientImpl.searchPoints(String collectionName, PointsSearchRequest request) -
Uses of PointsSearchResponse in io.metaloom.qdrant.client.http.method
Methods in io.metaloom.qdrant.client.http.method that return types with arguments of type PointsSearchResponseModifier and TypeMethodDescriptionPointMethods.searchPoints(String collectionName, PointsSearchRequest request) Retrieve closest points based on vector similarity and given filtering conditions. -
Uses of PointsSearchResponse in io.metaloom.qdrant.client.http.model.point
Methods in io.metaloom.qdrant.client.http.model.point that return PointsSearchResponse