You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I receive a segmentation fault when trying to add to an index in Rust, the error can be a direct segmentation fault or a "process didn't exit successfully", even when trying code from the docs. Is there something I am missing?
Steps to reproduce
Create IndexOptions, create index, create a vector slice, and pass it into index.add() alongside a key
Expected behavior
Index should add with no issues and be able to be searchable
Describe the bug
I receive a segmentation fault when trying to add to an index in Rust, the error can be a direct segmentation fault or a "process didn't exit successfully", even when trying code from the docs. Is there something I am missing?
Steps to reproduce
Create IndexOptions, create index, create a vector slice, and pass it into index.add() alongside a key
Expected behavior
Index should add with no issues and be able to be searchable
USearch version
1.1.1
Operating System
Windows, Arch Linux
Hardware architecture
x86
Which interface are you using?
C++ implementation
Contact Details
tiagoml98@gmail.com
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: