Skip to content

Commit

Permalink
added descriptions to custom int variable hnsw.ef_search
Browse files Browse the repository at this point in the history
  • Loading branch information
therealdarkknight committed Oct 11, 2023
1 parent 7a2572e commit e3cbf74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hnsw/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ void _PG_init(void)
NULL);

DefineCustomIntVariable("hnsw.ef_search",
"todo-short-desc",
"todo-long-desc",
"Expansion factor to use during vector search in a scan",
"Valid values are in range [1, 400]",
&ldb_hnsw_ef_search,
//HNSW_DEFAULT_EF,
0, // sentinel value
Expand Down

0 comments on commit e3cbf74

Please sign in to comment.