Skip to content

Commit

Permalink
fix: pass strict mode config in update collection
Browse files Browse the repository at this point in the history
  • Loading branch information
joein committed Jan 5, 2025
1 parent f7fef26 commit 08a282f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions qdrant_client/async_qdrant_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -2391,6 +2391,7 @@ async def update_collection(
hnsw_config=hnsw_config,
quantization_config=quantization_config,
sparse_vectors=sparse_vectors_config,
strict_mode_config=strict_mode_config,
),
timeout=timeout,
)
Expand Down
1 change: 1 addition & 0 deletions qdrant_client/qdrant_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -2646,6 +2646,7 @@ def update_collection(
hnsw_config=hnsw_config,
quantization_config=quantization_config,
sparse_vectors=sparse_vectors_config,
strict_mode_config=strict_mode_config,
),
timeout=timeout,
).result
Expand Down

0 comments on commit 08a282f

Please sign in to comment.