Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheharyar570 authored and alwayslove2013 committed Nov 6, 2024
1 parent 43d098a commit 1ab46dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vectordb_bench/backend/clients/pgvector/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
def set_default_quantized_fetch_limit(ctx, param, value):
if ctx.params.get("reranking") and value is None:
# ef_search is the default value for quantized_fetch_limit as it's bound by ef_search.
# 100 (arbitrary) is default value for quantized_fetch_limit for IVFFlat.
# 100 is default value for quantized_fetch_limit for IVFFlat.
default_value = ctx.params["ef_search"] if ctx.command.name == "pgvectorhnsw" else 100
return default_value
return value
Expand Down

0 comments on commit 1ab46dd

Please sign in to comment.