-
-
Notifications
You must be signed in to change notification settings - Fork 172
[Store] S3 Vectors store bridge #1554
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
base: main
Are you sure you want to change the base?
Conversation
56fa691 to
d597449
Compare
|
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 |
examples/composer.json
Outdated
| "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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "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'])) { |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
d597449 to
a6f5170
Compare
Built on top of s3 vector client from async aws
a6f5170 to
f90a402
Compare
Built on top of s3 vector client from async aws
S3 Vectors store bridge
Disclaimer: Most of it was coded by Claude code, with me only prompting files that it missed to change