Skip to content

Commit 1ab46dd

Browse files
Sheharyar570alwayslove2013
authored andcommitted
update comment
1 parent 43d098a commit 1ab46dd

File tree

1 file changed

+1
-1
lines changed
  • vectordb_bench/backend/clients/pgvector

1 file changed

+1
-1
lines changed

vectordb_bench/backend/clients/pgvector/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
def set_default_quantized_fetch_limit(ctx, param, value):
2222
if ctx.params.get("reranking") and value is None:
2323
# ef_search is the default value for quantized_fetch_limit as it's bound by ef_search.
24-
# 100 (arbitrary) is default value for quantized_fetch_limit for IVFFlat.
24+
# 100 is default value for quantized_fetch_limit for IVFFlat.
2525
default_value = ctx.params["ef_search"] if ctx.command.name == "pgvectorhnsw" else 100
2626
return default_value
2727
return value

0 commit comments

Comments
 (0)