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

Feature Request: Direct Support for OpenSearch as a Vector Store #2200

Closed
Akhil-Pathivada opened this issue Feb 10, 2025 · 0 comments · Fixed by #2211
Closed

Feature Request: Direct Support for OpenSearch as a Vector Store #2200

Akhil-Pathivada opened this issue Feb 10, 2025 · 0 comments · Fixed by #2211

Comments

@Akhil-Pathivada
Copy link

Akhil-Pathivada commented Feb 10, 2025

🚀 The feature

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.

Use Case

We use OpenSearch k-NN 24 for vector storage and similarity search in our AI application. Integrating Mem0 would enhance our application with a memory layer for personalized and context-aware interactions, but the lack of direct OpenSearch support adds unnecessary complexity.

Proposed Solution

Implement an OpensearchVectorClient within Mem0, similar to the existing clients for other vector stores. This would allow Mem0 to directly interact with OpenSearch for storing and retrieving vector embeddings, streamlining the integration process.

Motivation, pitch

As organizations increasingly leverage Vector DBs for AI-powered applications 4, the need for seamless integration between memory layers like Mem0 and popular vector stores becomes critical. OpenSearch is a widely adopted open-source search and analytics suite that offers robust k-NN vector search capabilities, suitable for large datasets. By natively supporting OpenSearch, Mem0 can unlock significant benefits for users already invested in the OpenSearch ecosystem, enabling them to easily add a sophisticated memory layer to their AI applications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant