mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-10 14:46:56 +08:00
Added support for bit to IVFFlat
This commit is contained in:
@@ -46,7 +46,8 @@
|
||||
typedef enum IvfflatType
|
||||
{
|
||||
IVFFLAT_TYPE_VECTOR,
|
||||
IVFFLAT_TYPE_HALFVEC
|
||||
IVFFLAT_TYPE_HALFVEC,
|
||||
IVFFLAT_TYPE_BIT
|
||||
} IvfflatType;
|
||||
|
||||
/* Build phases */
|
||||
|
||||
Reference in New Issue
Block a user