Skip to content

Commit de17be5

Browse files
authored
Merge pull request #155 from aws-samples/deprecation_announcement
chore(doc): announce deprecation of some samples
2 parents d123c50 + 1de0595 commit de17be5

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

samples/content-generation/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Content Generation
22

3+
> [!WARNING]
4+
> This code sample is deprecated: it is no longer maintained and will not receive further updates. This sample will be removed in an upcoming release.
5+
36
## Overview
47

58
The "Content Generation" sample generative AI application demonstrates how to build end-to-end solutions with generative ai multimodals leveraging AWS services and [AWS Generative AI CDK Constructs](https://github.com/awslabs/generative-ai-cdk-constructs).

samples/document_explorer/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Document Explorer
22

3+
> [!WARNING]
4+
> This code sample is deprecated: it is no longer maintained and will not receive further updates. This sample will be removed in an upcoming release.
5+
36
## Overview
47

58
The "Document Explorer" sample generative AI application demonstrates how to build end-to-end solutions leveraging AWS services and [AWS Generative AI CDK Constructs](https://github.com/awslabs/generative-ai-cdk-constructs).

samples/image-description/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Overview
22

3+
> [!WARNING]
4+
> This code sample is deprecated: it is no longer maintained and will not receive further updates. This sample will be removed in an upcoming release.
5+
36
The "Image Description" generative AI application showcases the capability of generating accurate and detailed multilingual textual descriptions for multiple images by leveraging the power of AWS services and the [AWS Generative AI Cloud Development Kit (CDK) Constructs](https://github.com/awslabs/generative-ai-cdk-constructs/blob/main/src/patterns/gen-ai/aws-summarization-appsync-stepfn/README.md). This application harnesses the potential of state-of-the-art generative AI models to provide users with valuable insights and a comprehensive understanding of visual data.
47

58
The application features a user-friendly Streamlit interface, enabling users to authenticate securely via Amazon Cognito, a robust and highly scalable identity management service. Upon successful authentication, users can seamlessly upload images, and the application will generate descriptive text for the uploaded visual data. The description can be generated in different languages by selecting the desired language option in the sidebar. Multiple images can be uploaded simultaneously, and the application will generate descriptions for all of them.

samples/llamaindex-basic-data-loader/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# LlamaIndex Data Loader
22

3+
> [!WARNING]
4+
> This code sample is deprecated: it is no longer maintained and will not receive further updates. This sample will be removed in an upcoming release.
5+
36
This example can be used to sample the `LlamaIndexDataLoader` directly from the [Generative AI CDK Constructs](https://github.com/awslabs/generative-ai-cdk-constructs) package. It demonstrates the [S3 File or Directory Loader](https://github.com/run-llama/llama_index/tree/main/llama-index-integrations/readers/llama-index-readers-s3), and can be extended for other [LlamaHub Readers](https://llamahub.ai/?tab=readers).
47

58
_See more information at [LlamaIndex](https://llamaindex.ai/)_

samples/text-to-sql/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Text To SQL
22

3+
> [!WARNING]
4+
> This code sample is deprecated: it is no longer maintained and will not receive further updates. This sample will be removed in an upcoming release.
5+
36
The "Text To SQL" generative AI sample application is a cutting-edge solution that enables users to interact with databases through natural language queries, eliminating the need for extensive SQL knowledge. This application leverages the powerful Anthropic Claude 3 model, hosted on Amazon Bedrock, to translate natural language queries into executable SQL statements seamlessly.
47

58
At the core of the application lies a sophisticated query interpretation process. The application first analyzes the user's natural language query, disambiguating any ambiguities by reformulating the question based on the database schema. This crucial step ensures that the query is accurately interpreted and aligned with the underlying data structure, ensuring precise and relevant results.

0 commit comments

Comments
 (0)