Skip to content

Conversation

@aszenz
Copy link
Contributor

@aszenz aszenz commented Feb 5, 2026

Built on top of s3 vector client from async aws

Q A
Bug fix? no
New feature? yes
Docs? yes
Issues Fix #1251
License MIT

S3 Vectors store bridge

Disclaimer: Most of it was coded by Claude code, with me only prompting files that it missed to change

@carsonbot carsonbot changed the title feat: Init s3 vectors store bridge feat: Init s3 vectors store bridge Feb 5, 2026
@aszenz aszenz changed the title feat: Init s3 vectors store bridge [Store] S3 Vectors store bridge Feb 6, 2026
@aszenz aszenz force-pushed the feat/s3-vectors-store-bridge branch 2 times, most recently from 56fa691 to d597449 Compare February 6, 2026 00:10
@aszenz
Copy link
Contributor Author

aszenz commented Feb 6, 2026

CI is failing bcz examples don't include aws key, let me know if that's intended then i can comment the example for CI

"symfony/ai-vertex-ai-platform": "^0.3",
"symfony/ai-voyage-platform": "^0.3",
"symfony/ai-weaviate-store": "^0.3",
"symfony/ai-s3vectors-store": "^0.1",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"symfony/ai-s3vectors-store": "^0.1",
"symfony/ai-s3vectors-store": "^0.4",

}

if ('s3vectors' === $type) {
if (!ContainerBuilder::willBeAvailable('symfony/ai-s3vectors-store', S3VectorsStore::class, ['symfony/ai-bundle'])) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Must be moved inside the next foreach

Copy link
Contributor Author

Choose a reason for hiding this comment

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

any specific reason, all other stores throw exception before the foreach

CHANGELOG
=========

0.1
Copy link
Contributor

Choose a reason for hiding this comment

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

0.4

- Tag management
- Batch operations

## Resources
Copy link
Contributor

Choose a reason for hiding this comment

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

Please check the other Md files and add the last part from them here too

@aszenz aszenz force-pushed the feat/s3-vectors-store-bridge branch from d597449 to a6f5170 Compare February 9, 2026 21:04
Built on top of s3 vector client from async aws
@aszenz aszenz force-pushed the feat/s3-vectors-store-bridge branch from a6f5170 to f90a402 Compare February 9, 2026 21:06
@aszenz aszenz requested a review from OskarStark February 9, 2026 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Store] Support S3 Vectors as a store

3 participants