Fix typo/line break in the middle of a word (#13314)

- **Description:** a simple typo/extra line break fix
  - **Dependencies:** none
This commit is contained in:
Mark Silverberg 2023-11-17 16:43:42 -08:00 committed by GitHub
parent cac849ae86
commit cda1b33270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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