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

Feat(mem0): Add support for Elasticsearch, VikingDB, Doubao LLM and Doubao Embedding #2141

Closed
wants to merge 16 commits into from

Conversation

Heaoxiang1012
Copy link

@Heaoxiang1012 Heaoxiang1012 commented Jan 13, 2025

Description

Added comprehensive support for mem0 to integrate with the following components:

  • VikingDB: Enhanced compatibility and support.

    • New VikingDBConfig class for configuration management.
    • New VikingDB class for data operations (storing, retrieving, searching).
    • Integration with VectorStoreFactory and VectorStoreConfig.
    • Comprehensive test coverage for VikingDB functionality.
  • Doubao LLM: Integration for advanced language model capabilities.

    • New DoubaoLLMConfig class for configuration management.
    • New DoubaoLLM class for language model operations (text generation, summarization, etc.).
    • Integration with LLMFactory and LLMConfig.
    • Comprehensive test coverage for Doubao LLM functionality.
  • Doubao Embedding: Integration for embedding operations.

    • New DoubaoEmbeddingConfig class for configuration management.
    • New `DoubaoEmbedding class for embedding operations (vectorization, similarity search, etc.).
    • Integration with EmbeddingFactory and EmbeddingConfig.
    • Comprehensive test coverage for Doubao Embedding functionality.

Type of change

Please delete options that are not relevant.

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

How Has This Been Tested?

  • Unit Test
  • Test Script (please provide)

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

  • Made sure Checks passed

@CLAassistant
Copy link

CLAassistant commented Jan 13, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ Heaoxiang1012
❌ heaoxiang


heaoxiang seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

2 participants