-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
RuntimeError when indexing with FAISS #232
Comments
same for me? |
I am getting below error. any solution ?
AssertionError |
Hey,
|
Thanks for reply; It got solved there is problem in my end ..!! |
@mr-shitij Could you please tell us how did you solve this issue |
sorry I don't remember exactly, but you can try with this version "RAGatouille==0.0.8post1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting this error when I try to index document with FAISS. Is there way change number or cluster?
RuntimeError: Error in void faiss::Clustering::train_encoded(faiss::idx_t, const uint8_t*, const faiss::Index*, faiss::Index&, const float*) at /project/faiss/faiss/Clustering.cpp:261: Error: 'nx >= k' failed: Number of training points (109) should be at least as large as number of clusters (128)
The text was updated successfully, but these errors were encountered: