mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-04 19:50:59 +08:00
Removed vector-specific code from IVFFlat [skip ci]
This commit is contained in:
@@ -91,7 +91,7 @@ typedef struct VectorArrayData
|
||||
int maxlen;
|
||||
int dim;
|
||||
Size itemsize;
|
||||
Vector *items;
|
||||
char *items;
|
||||
} VectorArrayData;
|
||||
|
||||
typedef VectorArrayData * VectorArray;
|
||||
@@ -150,7 +150,7 @@ typedef struct IvfflatLeader
|
||||
IvfflatShared *ivfshared;
|
||||
Sharedsort *sharedsort;
|
||||
Snapshot snapshot;
|
||||
Vector *ivfcenters;
|
||||
char *ivfcenters;
|
||||
} IvfflatLeader;
|
||||
|
||||
typedef struct IvfflatBuildState
|
||||
|
||||
Reference in New Issue
Block a user