Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-Awad authored Oct 16, 2024
1 parent f57dd51 commit d7875d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func main() {

// insert sample vectors
for i, v := range vectors {
err = index.InsertVector(v, uint32(i))
err = index.InsertVector(v, uint64(i))
if err != nil {
fmt.Printf("Error: %s\n", err.Error())
}
Expand Down

0 comments on commit d7875d7

Please sign in to comment.