diff --git a/snippets/python/query_points_groups.py b/snippets/python/query_points_groups.py index 58e77f9..06d4a3f 100644 --- a/snippets/python/query_points_groups.py +++ b/snippets/python/query_points_groups.py @@ -2,7 +2,7 @@ client = QdrantClient(url="http://localhost:6333") -client.query_point_groups( +client.query_points_groups( collection_name="{collection_name}", query=[0.01, 0.45, 0.67], group_by="document_id",