File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,12 +113,12 @@ extern int hnsw_iterative_search;
113
113
extern int hnsw_max_search_tuples ;
114
114
extern int hnsw_lock_tranche_id ;
115
115
116
- typedef enum HnswIterativeSearchType
116
+ typedef enum HnswIterativeSearchMode
117
117
{
118
118
HNSW_ITERATIVE_SEARCH_OFF ,
119
119
HNSW_ITERATIVE_SEARCH_RELAXED ,
120
120
HNSW_ITERATIVE_SEARCH_STRICT
121
- } HnswIterativeSearchType ;
121
+ } HnswIterativeSearchMode ;
122
122
123
123
typedef struct HnswElementData HnswElementData ;
124
124
typedef struct HnswNeighborArray HnswNeighborArray ;
Original file line number Diff line number Diff line change @@ -83,11 +83,11 @@ extern int ivfflat_probes;
83
83
extern int ivfflat_iterative_search ;
84
84
extern int ivfflat_max_probes ;
85
85
86
- typedef enum IvfflatIterativeSearchType
86
+ typedef enum IvfflatIterativeSearchMode
87
87
{
88
88
IVFFLAT_ITERATIVE_SEARCH_OFF ,
89
89
IVFFLAT_ITERATIVE_SEARCH_RELAXED
90
- } IvfflatIterativeSearchType ;
90
+ } IvfflatIterativeSearchMode ;
91
91
92
92
typedef struct VectorArrayData
93
93
{
You can’t perform that action at this time.
0 commit comments