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
Bug: In C#, it works well but there is a major glitch. First time it runs on 10k embeddings and indexes. Now, the indexed file is saved to a location. After this when I load the file using the UsearchIndex("file path"). Until here it works well. The file is also loading perfectly. However, now when I do a search operation, it throws an exception saying "External component has thrown an exception".
Note: Tried in console, MCV C#.
Steps to reproduce
Load an already saved indexed file and try search. It throws an exception.
Expected behavior
No exception.
USearch version
2.9.0
Operating System
Windows 11
Hardware architecture
x86
Which interface are you using?
Other bindings
Contact Details
No response
Is there an existing issue for this?
I have searched the existing issues
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Describe the bug
Bug: In C#, it works well but there is a major glitch. First time it runs on 10k embeddings and indexes. Now, the indexed file is saved to a location. After this when I load the file using the UsearchIndex("file path"). Until here it works well. The file is also loading perfectly. However, now when I do a search operation, it throws an exception saying "External component has thrown an exception".
Note: Tried in console, MCV C#.
Steps to reproduce
Load an already saved indexed file and try search. It throws an exception.
Expected behavior
No exception.
USearch version
2.9.0
Operating System
Windows 11
Hardware architecture
x86
Which interface are you using?
Other bindings
Contact Details
No response
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: