From cda1b33270d800367c0609496629826e6774d166 Mon Sep 17 00:00:00 2001 From: Mark Silverberg Date: Fri, 17 Nov 2023 16:43:42 -0800 Subject: [PATCH] Fix typo/line break in the middle of a word (#13314) - **Description:** a simple typo/extra line break fix - **Dependencies:** none --- templates/rag-aws-kendra/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/rag-aws-kendra/README.md b/templates/rag-aws-kendra/README.md index efd3f1f9459..e4d7d1f5dfe 100644 --- a/templates/rag-aws-kendra/README.md +++ b/templates/rag-aws-kendra/README.md @@ -1,8 +1,6 @@ # rag-aws-kendra -This template is an application that utilizes Amazon Kendra, a machine learning powered search service, and Anthropic Claude for text generation. T - -he application retrieves documents using a Retrieval chain to answer questions from your documents. +This template is an application that utilizes Amazon Kendra, a machine learning powered search service, and Anthropic Claude for text generation. The application retrieves documents using a Retrieval chain to answer questions from your documents. It uses the `boto3` library to connect with the Bedrock service.