Open SlaveRHNH opened 2 weeks ago
app=# CREATE INDEX CONCURRENTLY idx_vectors_embeddings on vectors using diskann (feature_vector); NOTICE: Starting index build. num_neighbors=-1 search_list_size=100, max_alpha=1.2, storage_layout=SbqCompression ERROR: assertion failed: dimensions > 0 && dimensions < 2000
Сould you change the maximum dimensions from 1999 to 2000?
Hello! I wanted to kindly check if there might be any updates on this issue. Thank you very much!
app=# CREATE INDEX CONCURRENTLY idx_vectors_embeddings on vectors using diskann (feature_vector); NOTICE: Starting index build. num_neighbors=-1 search_list_size=100, max_alpha=1.2, storage_layout=SbqCompression ERROR: assertion failed: dimensions > 0 && dimensions < 2000
Сould you change the maximum dimensions from 1999 to 2000?