mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-05 04:00:55 +08:00
Added separate dimensions limit for ivfflat indexes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user