Elias Bassani
Elias Bassani
@nocoolsandwich You should try my library [`retriv`](https://github.com/AmenRa/retriv). It takes 10 ms to search 10 million documents with BM25.
Hi everyone, I am deeply sorry for the delay! Thanks @MochiXu for the contribution. Thanks @diegoceccarelli and @AndreP-git for the code review / refine. Merging.
I have the same problem. @antonkratz Did you end up finding a solution?
Thanks for reporting the bug! I'll fix it soon.
Hi, thanks for the kind words! I did not expose an option for using GPU at query time because `autofaiss` did not detect my GPU correctly. I think it would...
Hello, dear metalhead :) I want to add most of the features you mentioned in the next few months. Currently, I am working on adding ANN search, KNN search, and...
Hi @regstuff, I added several new features in `v0.2.0` (ANN search, KNN search, hybrid retrieval, ...).
Hi, sorry for the delay. Unfortunately, I do not have any update on this. I'll try to find some time to work on it in the next few days.
Hi, yes that's one way to do it. I am starting to work on the requested features. I will notify you when they are ready.
Hi, it does not. The issue with filtering and semantic search is that it is not straightforward to exclude documents before searching using the technologies employed by `retriv`. There are...