Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Zhai authored and Ian Zhai committed Jun 26, 2024
1 parent 353ca6e commit 262a79b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tidb_vector/integrations/vector_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,8 @@ def query(
k (int, optional): The number of results to return. Defaults to 5.
filter (dict, optional): A filter to apply to the search results.
Defaults to None.
post_filter_enabled (bool, optional): Whether to apply the post-filtering. TiDB cannot utilize Vector Index when query contains a pre-filter.
post_filter_enabled (bool, optional): Whether to apply the post-filtering.
TiDB cannot utilize Vector Index when query contains a pre-filter.
post_filter_multiplier (int, optional): A multiplier to increase the initial
number of results fetched before applying the filter. Defaults to 1.
**kwargs: Additional keyword arguments.
Expand Down

0 comments on commit 262a79b

Please sign in to comment.