Uses of Class
io.metaloom.qdrant.client.http.model.point.PointsSearchGroupRequest
Packages that use PointsSearchGroupRequest
Package
Description
-
Uses of PointsSearchGroupRequest in io.metaloom.qdrant.client.http.impl
Methods in io.metaloom.qdrant.client.http.impl with parameters of type PointsSearchGroupRequestModifier and TypeMethodDescriptionQDrantHttpClientImpl.searchGroupPoints(String collectionName, PointsSearchGroupRequest request) -
Uses of PointsSearchGroupRequest in io.metaloom.qdrant.client.http.method
Methods in io.metaloom.qdrant.client.http.method with parameters of type PointsSearchGroupRequestModifier 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 PointsSearchGroupRequest in io.metaloom.qdrant.client.http.model.point
Methods in io.metaloom.qdrant.client.http.model.point that return PointsSearchGroupRequestModifier and TypeMethodDescriptionPointsSearchGroupRequest.setGroupBy(String groupBy) PointsSearchGroupRequest.setGroupSize(Integer groupSize) PointsSearchGroupRequest.setLimit(int limit) PointsSearchGroupRequest.setParams(SearchParams params) PointsSearchGroupRequest.setScoreThreshold(Float scoreThreshold) PointsSearchGroupRequest.setVector(NamedVector vector) PointsSearchGroupRequest.setWithPayload(Boolean withPayload) PointsSearchGroupRequest.setWithVector(Boolean withVector)