feat(embedding): add AWS embedding provider#52
Merged
nullure merged 17 commits intoCaviraOSS:mainfrom Nov 18, 2025
Merged
Conversation
Added AWS embedding function to handle requests using BedrockRuntimeClient.
Added AWS model 'amazon.titan-embed-text-v2:0' to multiple categories in models.yml.
Added AWS API keys and options to the settings.
Updated architecture documentation to include AWS as a provider and modified related sections.
Added AWS Titan Text Embeddings configuration to .env.example.
This reverts commit e81fb27.
lucivskvn
added a commit
to lucivskvn/OpenMemory-OSS
that referenced
this pull request
Nov 21, 2025
Integrates AWS Bedrock as a new embedding provider, cherry-picked from main branch commits. This adds AWS as an alternative alongside OpenAI, Gemini, Ollama, and local providers. Changes: - Add AWS Bedrock SDK dependency - Implement AWS embedding function with Titan models - Add AWS configuration to env schema - Update provider lists and model defaults Refs: AWS PR CaviraOSS#52 from main branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📋 Description
Adds support for AWS embedding models
🔄 Type of Change
🧪 Testing
Not sure if i can add tests for this specifically as you need an api key to run them
🔍 Code Review Checklist
🚀 Deployment Notes
Needs permissions in IAM to use the titan text embedding model v2 (amazon.titan-embed-text-v2:0)
📋 Additional Context
Not sure if I did the package.json or package-lock.json stuff right. Needs extra consideration