POSThttp://localhost:6333/collections/collection_name/points/recommend/groups
Path Parameters
Query Parameters
Body Parameters
View in API Reference
Request
$curl -X POST http://localhost:6333/collections/collection_name/points/recommend/groups \
> -H "api-key: " \
> -H "Content-Type: application/json" \
> -d '{
> "group_by": "group_by",
> "group_size": 1,
> "limit": 1
>}'
Response