mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-12 07:36:55 +08:00
Added halfvec type
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
typedef enum HnswType
|
||||
{
|
||||
HNSW_TYPE_VECTOR,
|
||||
HNSW_TYPE_HALFVEC,
|
||||
HNSW_TYPE_BIT
|
||||
} HnswType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user