-
Notifications
You must be signed in to change notification settings - Fork 127
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 Mongodb full text search #1140
Conversation
Hello and thanks for the contribution. In the meantime:
|
Hello, I have simplified the production code by removing the filter functionality to make the review process easier and more straightforward. Once this change is approved, I can reintroduce the filter functionality. Additionally, I tested the implementation using a connection to Atlas DB and included the sample data I used in the test code. |
Hi, @alperkaya. Are you still working on this PR? If not, I would like to contribute. |
Hi @kanenorman, I am not working on this. Please contribute as you prefer ;) |
Closing this PR in favor of the more recent PR here: #1200 |
Related Issues
Proposed Changes:
It works in the same way as embedding retrieval works
How did you test it?
added new unit tests, and manual verification
Notes for the reviewer
Checklist
fix:
,feat:
,build:
,chore:
,ci:
,docs:
,style:
,refactor:
,perf:
,test:
.