Uses of Class
io.metaloom.qdrant.client.http.model.point.PointsSearchGroupResponse
Packages that use PointsSearchGroupResponse
Package
Description
-
Uses of PointsSearchGroupResponse in io.metaloom.qdrant.client.http.impl
Methods in io.metaloom.qdrant.client.http.impl that return types with arguments of type PointsSearchGroupResponseModifier and TypeMethodDescriptionQDrantHttpClientImpl.searchGroupPoints(String collectionName, PointsSearchGroupRequest request) -
Uses of PointsSearchGroupResponse in io.metaloom.qdrant.client.http.method
Methods in io.metaloom.qdrant.client.http.method that return types with arguments of type PointsSearchGroupResponseModifier and TypeMethodDescriptionPointMethods.searchGroupPoints(String collectionName, PointsSearchGroupRequest request) Retrieve closest points based on vector similarity and given filtering conditions, grouped by a given payload field. -
Uses of PointsSearchGroupResponse in io.metaloom.qdrant.client.http.model.point
Methods in io.metaloom.qdrant.client.http.model.point that return PointsSearchGroupResponse