Skip to content

Commit edd3131

Browse files
authored
Merge pull request #159 from aws-samples/remove_deprecated_feb25
2 parents 738cd44 + 3e44d9e commit edd3131

File tree

181 files changed

+0
-66624
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+0
-66624
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ This repo provides samples to demonstrate how to build your own Generative AI so
66

77
|Use Case|Description|Type|Language|
88
|-|-|-|-|
9-
|[Document Explorer](samples/document_explorer/)| This sample provides an end-to-end experience that allows a user to ingest documents into a knowledge base, then summarize and ask questions against those documents.| Backend + Frontend |TypeScript for Backend, Python for Frontend ([Streamlit](https://streamlit.io/))|
10-
|[Content Generation](samples/content-generation/)| This sample provides an end-to-end experience that allows a user to generate images from text using Amazon titan-image-generator-v1 or stability stable-diffusion-xl model.| Backend + Frontend |TypeScript for Backend, Python for Frontend ([Streamlit](https://streamlit.io/))|
11-
|[Image Description](samples/image-description/)| This sample provides an end-to-end experience that allows a user to generate descriptive text for uploaded images.| Backend + Frontend |TypeScript for Backend, Python for Frontend ([Streamlit](https://streamlit.io/))|
129
|[SageMaker JumpStart model](samples/sagemaker_jumpstart_model/)| This sample provides a sample application which deploys a SageMaker real-time endpoint hosting a Llama 2 foundation model developed by Meta from Amazon JumpStart, and an AWS Lambda function to run inference requests against that endpoint.|Backend|TypeScript|
1310
|[SageMaker Hugging Face model](samples/sagemaker_huggingface_model/)| This sample provides a sample application which deploys a SageMaker real-time endpoint hosting a model (Mistral 7B) from Hugging Face, and an AWS Lambda function to run inference requests against that endpoint.|Backend|TypeScript|
1411
|[SageMaker Hugging Face model on AWS Inferentia2](samples/sagemaker_huggingface_inferentia/)| This sample provides a sample application which deploys a SageMaker real-time endpoint hosting a model (Zephyr 7B) from Hugging Face, and an AWS Lambda function to run inference requests against that endpoint. This sample uses Inferentia 2 as the hardware accelerator.|Backend|TypeScript|
@@ -20,8 +17,6 @@ This repo provides samples to demonstrate how to build your own Generative AI so
2017
|[Python Samples](samples/python-samples/)| This project showcases the utilization of the 'generative-ai-cdk-constructs' package from the Python Package Index (PyPI).| Backend | Python|
2118
|[.NET Samples](samples/dotnet-samples/)| This project showcases the utilization of the 'Cdklabs.GenerativeAiCdkConstructs' package from nuget library.| Backend | .NET|
2219
|[Contract Compliance Analysis](samples/contract-compliance-analysis/)| This project automates the analysis of contracts by splitting them into clauses, determining clause types, evaluating compliance against a customer's legal guidelines, and assessing overall contract risk based on the number of compliant clauses. This is achieved through a workflow that leverages Large Language Models via Amazon Bedrock. | Backend + Frontend | Python for Backend, TypeScript (React) for Frontend |
23-
|[Text To SQL](samples/text-to-sql/)| The "Text To SQL" generative AI sample application solution 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. | Backend + Frontend | Python for Backend, TypeScript (React) for Frontend |
24-
|[LlamaIndex Basic DataLoader](samples/llamaindex-basic-data-loader/)| The "LlamaIndex Basic Data Loader" generative AI sample application solution demonstrates the `LlamaIndexDataLoader` from the [Generative AI CDK Constructs](https://github.com/awslabs/generative-ai-cdk-constructs) package. The default implementation uses 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). The solution expects [LlamaIndex Documents](https://docs.llamaindex.ai/en/stable/module_guides/loading/documents_and_nodes/) into an output S3 ready for downstream consumer generative AI solutions. | Backend | Python |
2520
|[RFP Answers with GenAI](samples/rfp-answer-generation/)| This project provides guidance on how you can use Knowledge Bases for Amazon Bedrock with custom transformations to create draft answers for Request for Proposal (RFP) documents, streamlining the answer of new potential contracts. This is achieved through a workflow that leverages Large Language Models via Amazon Bedrock. | Backend + Frontend | Python for Backend, TypeScript (React) for Frontend |
2621

2722
## Contributing

samples/content-generation/.gitignore

Lines changed: 0 additions & 13 deletions
This file was deleted.

samples/content-generation/.npmignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

samples/content-generation/README.md

Lines changed: 0 additions & 205 deletions
This file was deleted.

samples/content-generation/bin/content-generation.ts

Lines changed: 0 additions & 37 deletions
This file was deleted.

samples/content-generation/cdk.json

Lines changed: 0 additions & 65 deletions
This file was deleted.

samples/content-generation/client_app/.env-example

Lines changed: 0 additions & 10 deletions
This file was deleted.

samples/content-generation/client_app/.streamlit/config.toml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)