From b2b10594e66611e96217d60077389332a847cfe0 Mon Sep 17 00:00:00 2001 From: Arnaud Gourlay Date: Tue, 13 Aug 2024 14:59:41 +0200 Subject: [PATCH] Fix naming query groups --- snippets/python/query_points_groups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",