Support for AWS Bedrock Embeddings (#2660)

This commit is contained in:
Dev Khant
2025-05-09 19:44:35 +05:30
committed by GitHub
parent 0d895b28ae
commit a96e1d58f7
7 changed files with 146 additions and 2 deletions

View File

@@ -53,6 +53,7 @@ class EmbedderFactory:
"together": "mem0.embeddings.together.TogetherEmbedding",
"lmstudio": "mem0.embeddings.lmstudio.LMStudioEmbedding",
"langchain": "mem0.embeddings.langchain.LangchainEmbedding",
"aws_bedrock": "mem0.embeddings.aws_bedrock.AWSBedrockEmbedding",
}
@classmethod