mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-14 00:26:55 +08:00
Added support for bit vectors to HNSW
This commit is contained in:
@@ -57,7 +57,8 @@
|
||||
|
||||
typedef enum HnswType
|
||||
{
|
||||
HNSW_TYPE_VECTOR
|
||||
HNSW_TYPE_VECTOR,
|
||||
HNSW_TYPE_BIT
|
||||
} HnswType;
|
||||
|
||||
/* Build phases */
|
||||
|
||||
Reference in New Issue
Block a user