Updated min ef_search to 1 [skip ci]

This commit is contained in:
Andrew Kane
2023-08-10 20:47:15 -07:00
parent ded8bda72a
commit 1a0d7bccc7
4 changed files with 6 additions and 6 deletions

View File

@@ -35,7 +35,7 @@
#define HNSW_MIN_EF_CONSTRUCTION 10
#define HNSW_MAX_EF_CONSTRUCTION 1000
#define HNSW_DEFAULT_EF_SEARCH 40
#define HNSW_MIN_EF_SEARCH 10
#define HNSW_MIN_EF_SEARCH 1
#define HNSW_MAX_EF_SEARCH 1000
#define HNSW_ELEMENT_TUPLE_TYPE 1