Current vector index build process uses a snapshot of the main table and changes occurring until the index build is finished are just ignored. So a 100% consistent state of the vector is hard to reach. Although it's rather hard to fix, we may still consider the possibilities to do it, probably utilizing the "shadow table" mechanic like in simple secondary indexes, but with some additional logic.