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