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 VikingDB, Doubao LLM and Doubao Embedding #2149

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Heaoxiang1012
Copy link

@Heaoxiang1012 Heaoxiang1012 commented Jan 15, 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

@Heaoxiang1012
Copy link
Author

Heaoxiang1012 commented Jan 15, 2025

I attempted to support VikingDB, Doubao, and Elasticsearch. Unfortunately, someone else had already supported Elasticsearch beforehand. I organized the commits and opened a PR.

@Heaoxiang1012
Copy link
Author

What else do I need to do if I want to merge the code?

@Heaoxiang1012 Heaoxiang1012 changed the title Feat(mem0): Add support forVikingDB, Doubao LLM and Doubao Embedding Feat(mem0): Add support for VikingDB, Doubao LLM and Doubao Embedding Jan 16, 2025
@Heaoxiang1012
Copy link
Author

Heaoxiang1012 commented Jan 24, 2025

Hi, my dear friends, I also want to integrate with LanceDB. Will you accept the integration? I will be an active developer.

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.

1 participant