Skip to content
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

Adding Native OpenSearch support for Mem0 #2211

Merged
merged 9 commits into from
Feb 20, 2025

Conversation

seetharam-rajagopal
Copy link
Contributor

Description

Mem0 currently lacks native support for OpenSearch as a vector store. Given OpenSearch's popularity as a scalable open-source search and analytics suite with k-NN vector search capabilities, adding direct support would benefit many users.

Fixes #2200

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Added appropriate unit tests.

  • Unit Test

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • [] New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have checked my code and corrected any misspellings

Maintainer Checklist

@CLAassistant
Copy link

CLAassistant commented Feb 14, 2025

CLA assistant check
All committers have signed the CLA.

@seetharam-rajagopal seetharam-rajagopal changed the title Adding Native OpenSearch support of Mem0 Adding Native OpenSearch support for Mem0 Feb 14, 2025
@deshraj deshraj requested a review from Dev-Khant February 14, 2025 19:09
@Dev-Khant
Copy link
Member

@seetharam-rajagopal Can you please add pip install opensearch-py to MAKEFILE because tests are failing because of it?

@seetharam-rajagopal
Copy link
Contributor Author

@Dev-Khant Updated the Makefile

Copy link
Member

@Dev-Khant Dev-Khant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@seetharam-rajagopal Can you please add this to the docs? You can take reference from this PR and also update docs.json?

@seetharam-rajagopal
Copy link
Contributor Author

@Dev-Khant I have updated the documentation

@Dev-Khant
Copy link
Member

@seetharam-rajagopal Changes look good to me. Thanks for the contribution!!

@Dev-Khant Dev-Khant merged commit f4c0f98 into mem0ai:main Feb 20, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Direct Support for OpenSearch as a Vector Store
3 participants