Skip to content

Commit 50b7ea0

Browse files
author
Bob Strahan
committed
Update CHANGELOG.md with S3 Vectors support for Knowledge Base
1 parent e4439b5 commit 50b7ea0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ SPDX-License-Identifier: MIT-0
55

66
## [Unreleased]
77

8+
## [0.3.16]
9+
10+
### Added
11+
12+
- **S3 Vectors Support for Cost-Optimized Knowledge Base Storage**
13+
- Added S3 Vectors as alternative vector store option to OpenSearch Serverless for Bedrock Knowledge Base with 40-60% lower storage costs
14+
- Conditional KMS policy implementation that only grants S3 Vectors indexing service permissions when `KnowledgeBaseVectorStore = "S3_VECTORS"`
15+
- Custom resource Lambda implementation for S3 vector bucket and index management (using boto3 s3vectors client) with proper IAM permissions and resource cleanup
16+
- Unified Knowledge Base interface supporting both vector store types with automatic resource provisioning based on user selection
17+
818
### Fixed
919
- Fixed issue where CloudFront policy statements were still appearing in generated GovCloud templates despite CloudFront resources being removed
1020
- Fix duplicate Glue tables are created when using a document class that contains a dash (-). Resolved by replacing dash in section types with underscore character when creating the table, to align with the table name generated later by the Glue crawler - resolves #57.

0 commit comments

Comments
 (0)