diff --git a/CHANGELOG.md b/CHANGELOG.md index e719b3ba..76ae60ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## UNRELEASED +## v1.2.0 + ### **Added** - added multi-acc sagemaker-mlops manifest example diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index 47ffa9fc..a152ed02 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -5,7 +5,7 @@ 1. Clone the repository and checkout a release branch using the below command: ``` -git clone --origin upstream --branch release/1.1.0 https://github.com/awslabs/aiops-modules +git clone --origin upstream --branch release/1.2.0 https://github.com/awslabs/aiops-modules ``` The release version can be replaced with the version of interest. diff --git a/README.md b/README.md index 63d99745..839eb779 100644 --- a/README.md +++ b/README.md @@ -40,16 +40,14 @@ See deployment steps in the [Deployment Guide](DEPLOYMENT.md). | [Mlflow Image Module](modules/mlflow/mlflow-image/README.md) | Creates Mlflow Docker container image and pushes the image to Elastic Container Registry | | [Mlflow on AWS Fargate Module](modules/mlflow/mlflow-fargate/README.md) | Runs Mlflow container on AWS Fargate in a load-balanced Elastic Container Service. Supports Elastic File System and Relational Database Store for metadata persistence, and S3 for artifact store | -### FMOps Modules +### FMOps/LLMOps Modules -| Type | Description | -|-----------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------| -| [SageMaker JumpStart Foundation Model Endpoint Module](modules/fmops/sagemaker-jumpstart-fm-endpoint/README.md) | Creates an endpoint for a SageMaker JumpStart Foundation Model. | +| Type | Description | +|------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------| +| [SageMaker JumpStart Foundation Model Endpoint Module](modules/fmops/sagemaker-jumpstart-fm-endpoint/README.md) | Creates an endpoint for a SageMaker JumpStart Foundation Model. | | [SageMaker Hugging Face Foundation Model Endpoint Module](modules/fmops/sagemaker-hugging-face-endpoint/README.md) | Creates an endpoint for a SageMaker Hugging Face Foundation Model. | -| [Amazon Bedrock Finetuning Module](modules/fmops/bedrock-finetuning/README.md) | Creates a pipeline that automatically triggers Amazon Bedrock Finetuning. | -| [AppSync Knowledge Base Ingestion and Question and Answering RAG Module](modules/fmops/qna-rag/README.md) | Creates an Graphql endpoint for ingestion of data and and use ingested as knowledge base for a Question and Answering model using RAG. | - - +| [Amazon Bedrock Finetuning Module](modules/fmops/bedrock-finetuning/README.md) | Creates a pipeline that automatically triggers Amazon Bedrock Finetuning. | +| [AppSync Knowledge Base Ingestion and Question and Answering RAG Module](modules/fmops/qna-rag/README.md) | Creates an Graphql endpoint for ingestion of data and and use ingested as knowledge base for a Question and Answering model using RAG. | ### MWAA Modules @@ -57,12 +55,12 @@ See deployment steps in the [Deployment Guide](DEPLOYMENT.md). |-------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | [Example DAG for MLOps](modules/examples/airflow-dags/README.md) | Deploys a Sample DAG in MWAA demonstrating MLOPs and it is using MWAA module from IDF | -### Industry Data Framework (IDF) Modules +### Events Modules -The modules in this repository are compatible with [Industry Data Framework (IDF) Modules](https://github.com/awslabs/idf-modules) and can be used together within the same deployment. Refer to `examples/manifests` for examples. +| Type | Description | +|-------------------------------------------------------------------|------------------------------------------------------------------------| +| [Event Bus Module](modules/examples/event-bus/README.md) | Creates an Amazon EventBridge Bus for cross-account events. | -### Events Modules +### Industry Data Framework (IDF) Modules -| Type | Description | -|-------------------------------------------------------------------------|------------------------------------------------------------------------| -| [Event Bus Module](modules/examples/events/event-bus/README.md) | Creates an Amazon EventBridge Bus for cross-account events. | +The modules in this repository are compatible with [Industry Data Framework (IDF) Modules](https://github.com/awslabs/idf-modules) and can be used together within the same deployment. Refer to `examples/manifests` for examples. diff --git a/VERSION b/VERSION index 1cc5f657..867e5243 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0 \ No newline at end of file +1.2.0 \ No newline at end of file