Added separate dimensions limit for ivfflat indexes

This commit is contained in:
Andrew Kane
2023-01-10 01:20:25 -08:00
parent 66108cb406
commit b1237c7c4e
2 changed files with 5 additions and 0 deletions

View File

@@ -23,6 +23,8 @@
#include "portability/instr_time.h"
#endif
#define IVFFLAT_MAX_DIM VECTOR_MAX_DIM
/* Support functions */
#define IVFFLAT_DISTANCE_PROC 1
#define IVFFLAT_NORM_PROC 2