mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 05:51:21 +08:00
Updated name [skip ci]
This commit is contained in:
@@ -132,12 +132,12 @@ extern int hnsw_max_iterative_tuples;
|
||||
extern int hnsw_iterative_search;
|
||||
extern int hnsw_lock_tranche_id;
|
||||
|
||||
typedef enum HnswIterativeSearch
|
||||
typedef enum HnswIterativeSearchType
|
||||
{
|
||||
HNSW_ITERATIVE_SEARCH_OFF,
|
||||
HNSW_ITERATIVE_SEARCH_STRICT,
|
||||
HNSW_ITERATIVE_SEARCH_RELAXED
|
||||
} HnswIterativeSearch;
|
||||
} HnswIterativeSearchType;
|
||||
|
||||
typedef struct HnswElementData HnswElementData;
|
||||
typedef struct HnswNeighborArray HnswNeighborArray;
|
||||
|
||||
Reference in New Issue
Block a user