We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20cc45f commit aab4cdbCopy full SHA for aab4cdb
qdrant_client/async_qdrant_client.py
@@ -577,6 +577,7 @@ async def query_points_groups(
577
score_threshold=score_threshold,
578
using=using,
579
with_lookup=with_lookup,
580
+ lookup_from=lookup_from,
581
consistency=consistency,
582
shard_key_selector=shard_key_selector,
583
timeout=timeout,
qdrant_client/qdrant_client.py
@@ -607,6 +607,7 @@ def query_points_groups(
607
608
609
610
611
612
613
0 commit comments