Skip to content

Commit

Permalink
Update tidb_vector/integrations/vector_client.py
Browse files Browse the repository at this point in the history
Co-authored-by: WD <[email protected]>
  • Loading branch information
IANTHEREAL and wd0517 authored Jun 26, 2024
1 parent 3799506 commit 5068fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidb_vector/integrations/vector_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def _vector_search(
else:
# Caused by the tidb vector search plan limited, this post_filter_multiplier is used to
# improved the search performance temporarily.
# Notice the return count may be less than k in this sutiation.
# Notice the return count may be less than k in this situation.
subquery = (
session.query(
self._table_model.id,
Expand Down

0 comments on commit 5068fd3

Please sign in to comment.