Adding Native OpenSearch support for Mem0 (#2211)

This commit is contained in:
Seetha Rama Guptha
2025-02-20 11:42:12 +05:30
committed by GitHub
parent 6e781f616c
commit f4c0f98fde
9 changed files with 446 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ install:
install_all:
poetry install
poetry run pip install groq together boto3 litellm ollama chromadb sentence_transformers vertexai \
google-generativeai elasticsearch
google-generativeai elasticsearch opensearch-py
# Format code with ruff
format: