-
Notifications
You must be signed in to change notification settings - Fork 12
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
[FEAT]: support faiss to enable efficient search #715
Comments
Hi @lwaekfjlk, Additionally, FAISS requires re-indexing whenever new embeddings are added, which could be managed asynchronously and more efficiently with an embedding database. |
yes, @shreypandey, good point! thanks for mentioning that, you can check #431 that we include redis support in our roadmap of the 0.0.2 version. Looking forward to futher discussion. |
Hi @lwaekfjlk, I have proposed an implementation of redis integration on #428, Please review the proposed implementation. |
sure. |
this should be squashed together into #428. therefore, close. |
Description
we should use faiss to accelerate
Additional Information
No response
The text was updated successfully, but these errors were encountered: