arcadedb
arcadedb copied to clipboard
Rebuilding the vector index makes it 0 dim
Following this issue : https://github.com/ArcadeData/arcadedb/issues/2909
REBUILD INDEX
EmbeddingNode2[vector]
and then running
SELECT vectorNeighbors('EmbeddingNode2[vector]', [0.0, 0.0, 0.0, 0.0], 10) errors : Query vector dimension 4 does not match index dimension 0
Are you using the old HSNW or the new LSM Vector?
The new one, this issue is based on https://github.com/ArcadeData/arcadedb/issues/2909 (and it's command(s))which is itself based on https://github.com/ArcadeData/arcadedb/issues/2908 (and it's command(s)) which uses LSM