mem0
mem0 copied to clipboard
Add support for FalkorDB MemoryGraph
Implement FalkorDB MemoryGraph support with tests
Description
- FalkorDB added as a supported graph memory backend with configuration options, vector similarity search, entity/relationship storage, scoped CRUD operations, and reset capabilities.
- Comprehensive tests covering initialization, add/search/get/delete/reset flows and utility behaviors.
- Optional FalkorDB dependency added and provider registered in the graph store factory.
Fixes #1739
Type of change
- [x] New feature (non-breaking change which adds functionality)
- [x] Documentation update
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
- [x] Unit Test
Checklist:
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my feature works
- [x] New and existing unit tests pass locally with my changes
- [x] Any dependent changes have been merged and published in downstream modules
- [x] I have checked my code and corrected any misspellings
Maintainer Checklist
- [ ] closes #1739
- [ ] Made sure Checks passed
@gkorland Hey thanks for the FalkorDB integration. Keeping this PR as open since this is on the roadmap but are planning to have it's support in the future releases.
Ok thanks, meanwhile can you please trigger the CI so I can fix any issues I might have missed?
Yes definitely!
@parshvadaftari thanks it looks like it all green. But the CLA for some reason is asking Github Copilot to sign it...
@gkorland the commit contains co pilot so it considers that as a user. Since it's co authored by code rabbit.
@parshvadaftari
@gkorland the commit contains co pilot so it considers that as a user. Since it's co authored by code rabbit.
OK I fixed it
@parshvadaftari can you please merge it?