Skip to content

Commit

Permalink
feat(construct): merged amazon aurora vector stores
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtybar committed May 2, 2024
1 parent d2966fb commit 62df1b2
Show file tree
Hide file tree
Showing 39 changed files with 14,846 additions and 2,270 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ The following constructs are available in the library:
| [Amazon Bedrock](./src/cdk-lib/bedrock/README.md) | CDK L2 Constructs for Amazon Bedrock. | Amazon Bedrock, Amazon OpenSearch Serverless, AWS Lambda |
| [Amazon OpenSearch Serverless Vector Collection](./src/cdk-lib/opensearchserverless/README.md) | CDK L2 Constructs to create a vector collection. | Amazon OpenSearch Vector Index |
| [Amazon OpenSearch Vector Index](./src/cdk-lib/opensearch-vectorindex/README.md) | CDK L1 Custom Resource to create a vector index. | Amazon OpenSearch Serverless, AWS Lambda |
| [Amazon Aurora Vector Store](./src/cdk-lib//amazonaurora/README.md) | CDK L2 Construct to create an Amazon Aurora cluster and prepare it to be used as vector store in Amazon Bedrock Knowledge Base. | AWS Lambda, Amazon RDS, AWS Secrets Manager |

# Sample Use Cases

Expand Down
1 change: 1 addition & 0 deletions apidocs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

- [amazonaurora](modules/amazonaurora.md)
- [bedrock](modules/bedrock.md)
- [foundation\_models](modules/foundation_models.md)
- [opensearch\_vectorindex](modules/opensearch_vectorindex.md)
- [opensearchserverless](modules/opensearchserverless.md)
- [pinecone](modules/pinecone.md)
Expand Down
Loading

0 comments on commit 62df1b2

Please sign in to comment.