Updated min ef_construction to 4 [skip ci]

This commit is contained in:
Andrew Kane
2023-08-10 21:11:10 -07:00
parent 451e36cee7
commit c64288377b
3 changed files with 6 additions and 6 deletions

View File

@@ -32,7 +32,7 @@
#define HNSW_MIN_M 2
#define HNSW_MAX_M 100
#define HNSW_DEFAULT_EF_CONSTRUCTION 40
#define HNSW_MIN_EF_CONSTRUCTION 10
#define HNSW_MIN_EF_CONSTRUCTION 4
#define HNSW_MAX_EF_CONSTRUCTION 1000
#define HNSW_DEFAULT_EF_SEARCH 40
#define HNSW_MIN_EF_SEARCH 1