mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-25 22:18:30 +02:00
fix python snippets for query_points_groups
This commit is contained in:
@@ -334,7 +334,7 @@ from qdrant_client import QdrantClient, models
|
||||
|
||||
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",
|
||||
|
||||
@@ -1103,7 +1103,7 @@ from qdrant_client import QdrantClient, models
|
||||
|
||||
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",
|
||||
|
||||
Reference in New Issue
Block a user