Skip to content

Commit aab4cdb

Browse files
committed
fix: propagate lookup from correctly in query_points_groups
1 parent 20cc45f commit aab4cdb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

qdrant_client/async_qdrant_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,7 @@ async def query_points_groups(
577577
score_threshold=score_threshold,
578578
using=using,
579579
with_lookup=with_lookup,
580+
lookup_from=lookup_from,
580581
consistency=consistency,
581582
shard_key_selector=shard_key_selector,
582583
timeout=timeout,

qdrant_client/qdrant_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,7 @@ def query_points_groups(
607607
score_threshold=score_threshold,
608608
using=using,
609609
with_lookup=with_lookup,
610+
lookup_from=lookup_from,
610611
consistency=consistency,
611612
shard_key_selector=shard_key_selector,
612613
timeout=timeout,

0 commit comments

Comments
 (0)