-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when building index #705
Comments
Interesting; probably needs some batching... I'm currently looking to move everything over to |
Sure, I guess I misunderstood the documentation/readme, I was thinking that Could you provide an example of how to perform the approximate nearest neighbors search? I've just been following the readme so far, so I created the db with
and can brute force query using
|
Sure thing. ANN search with usearch is not yet properly hooked up or documented... But here's how to do it! :P
|
This is now covered by the dedicated Hoplite repository, so closing here. |
Following the hoplite readme, I try to build an index for ANN with:
and get
OperationalError: too many SQL variables
.Full stack trace:
The text was updated successfully, but these errors were encountered: