mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-11 15:16:54 +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_iterative_search;
|
||||||
extern int hnsw_lock_tranche_id;
|
extern int hnsw_lock_tranche_id;
|
||||||
|
|
||||||
typedef enum HnswIterativeSearch
|
typedef enum HnswIterativeSearchType
|
||||||
{
|
{
|
||||||
HNSW_ITERATIVE_SEARCH_OFF,
|
HNSW_ITERATIVE_SEARCH_OFF,
|
||||||
HNSW_ITERATIVE_SEARCH_STRICT,
|
HNSW_ITERATIVE_SEARCH_STRICT,
|
||||||
HNSW_ITERATIVE_SEARCH_RELAXED
|
HNSW_ITERATIVE_SEARCH_RELAXED
|
||||||
} HnswIterativeSearch;
|
} HnswIterativeSearchType;
|
||||||
|
|
||||||
typedef struct HnswElementData HnswElementData;
|
typedef struct HnswElementData HnswElementData;
|
||||||
typedef struct HnswNeighborArray HnswNeighborArray;
|
typedef struct HnswNeighborArray HnswNeighborArray;
|
||||||
|
|||||||
Reference in New Issue
Block a user