aws-samples/genai-quickstart-pocs

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

ryanadoty opened this issue · 2 comments

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.

+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.

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