Skip to content

feat(embedding): add AWS embedding provider#52

Merged
nullure merged 17 commits intoCaviraOSS:mainfrom
dontbanmeplz:main
Nov 18, 2025
Merged

feat(embedding): add AWS embedding provider#52
nullure merged 17 commits intoCaviraOSS:mainfrom
dontbanmeplz:main

Conversation

@dontbanmeplz
Copy link
Copy Markdown
Contributor

@dontbanmeplz dontbanmeplz commented Nov 17, 2025

📋 Description

Adds support for AWS embedding models

🔄 Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📚 Documentation update
  • 🎨 Style/UI changes
  • ♻️ Code refactoring
  • ⚡ Performance improvements
  • 🧪 Test updates
  • 🔧 Build/CI changes

🧪 Testing

Not sure if i can add tests for this specifically as you need an api key to run them

  • I have tested this change locally
  • 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

🔍 Code Review Checklist

  • Code follows the project's coding standards
  • Self-review of the code has been performed
  • Code is properly commented, particularly in hard-to-understand areas
  • Changes generate no new warnings
  • Any dependent changes have been merged and published

🚀 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

Copy link
Copy Markdown
Member

@nullure nullure left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nullure nullure merged commit 7406278 into CaviraOSS:main Nov 18, 2025
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
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