aws-samples / genai-quickstart-pocs

This repository contains sample code demonstrating various use cases leveraging Amazon Bedrock and Generative AI. Each sample is a separate project with its own directory, and includes a basic Streamlit frontend to help users quickly set up a proof of concept.
MIT No Attribution
282 stars 82 forks source link

Create a sample showing how you can get around the output limit of various LLMs #69

Open ryanadoty opened 4 months ago

ryanadoty commented 4 months ago

We will create a sample showing how you can get around the output limit of LLMs through Amazon Bedrock through creative prompting. In our sample we will leverage Claude 3, but a similar strategy can be used with alternative LLMs.

trevorspires commented 4 months ago

+1 - One big issues with now is the "20 Image Per API Call Max" that Claude3 has. It makes it challenging to do analysis/summary of long PDFs and docs longer than 20 pages.

ryanadoty commented 3 months ago

@dbavro19 Would you want to take this on since you already have a code sample for it?