We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 091b3e0 commit dd35c64Copy full SHA for dd35c64
1 file changed
src/main/java/utils/val/siftBigANN.java
@@ -63,7 +63,7 @@ public static String convertToBase64Bytes(float[] floats) {
63
}
64
65
public Object next(String key) throws IOException {
66
- int id = Integer.parseInt(key.split("-")[1]) - 1 + this.ws.mutated;
+ int id = Integer.parseInt(key.split("-")[1]) + this.ws.mutated;
67
float[] vector = new float[128];
68
if(this.mutateCount > 0) {
69
byte[] byteArray = new byte[(int) 4];
0 commit comments