mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-03 19:20:56 +08:00
Use double [skip ci]
This commit is contained in:
@@ -264,7 +264,7 @@ MiniBatchKmeans(IvfflatBuildState * buildstate)
|
||||
Vector *x;
|
||||
int *v;
|
||||
int *d;
|
||||
float eta;
|
||||
double eta;
|
||||
|
||||
/* Set support functions */
|
||||
FmgrInfo *procinfo = index_getprocinfo(buildstate->index, 1, IVFFLAT_KMEANS_DISTANCE_PROC);
|
||||
|
||||
Reference in New Issue
Block a user