From c23e16c4593758cc24a92f297aa8852d70ba8257 Mon Sep 17 00:00:00 2001 From: hayao-k <30886141+hayao-k@users.noreply.github.com> Date: Fri, 7 Jul 2023 00:56:52 +0900 Subject: [PATCH] docs: Fixed typos in Amazon Kendra Retriever documentation (#7261) ## Description Fixed to the official service name Amazon Kendra. ## Tag maintainer @baskaryan --- .../retrievers/integrations/amazon_kendra_retriever.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/extras/modules/data_connection/retrievers/integrations/amazon_kendra_retriever.ipynb b/docs/extras/modules/data_connection/retrievers/integrations/amazon_kendra_retriever.ipynb index 4929f2fccc..f734f0aec7 100644 --- a/docs/extras/modules/data_connection/retrievers/integrations/amazon_kendra_retriever.ipynb +++ b/docs/extras/modules/data_connection/retrievers/integrations/amazon_kendra_retriever.ipynb @@ -5,9 +5,9 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# AWS Kendra\n", + "# Amazon Kendra\n", "\n", - "> AWS Kendra is an intelligent search service provided by Amazon Web Services (AWS). It utilizes advanced natural language processing (NLP) and machine learning algorithms to enable powerful search capabilities across various data sources within an organization. Kendra is designed to help users find the information they need quickly and accurately, improving productivity and decision-making.\n", + "> Amazon Kendra is an intelligent search service provided by Amazon Web Services (AWS). It utilizes advanced natural language processing (NLP) and machine learning algorithms to enable powerful search capabilities across various data sources within an organization. Kendra is designed to help users find the information they need quickly and accurately, improving productivity and decision-making.\n", "\n", "> With Kendra, users can search across a wide range of content types, including documents, FAQs, knowledge bases, manuals, and websites. It supports multiple languages and can understand complex queries, synonyms, and contextual meanings to provide highly relevant search results." ] @@ -17,7 +17,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Using the AWS Kendra Index Retriever" + "## Using the Amazon Kendra Index Retriever" ] }, {