

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 如何 Amazon Kendra 运作
<a name="how-it-works"></a>

Amazon Kendra 为您的应用程序提供搜索和检索增强生成 (RAG) 功能。它可以直接为您的文档编制索引，也可以从第三方文档存储库编制索引，并智能地向用户提供相关信息。您可以使用 Amazon Kendra 为各种类型的文档创建可更新的索引。有关支持的文档类型的列表 Amazon Kendra，请参阅[文档类型](https://docs.aws.amazon.com/kendra/latest/dg/index-document-types.html)。

Amazon Kendra 与其他服务集成。您可以将 Amazon Kendra GenAI 企业版索引连接到 [Amazon Q Business](https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/what-is.html) 和 [Amazon Bedrock](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html) 来创建 RAG 聊天解决方案。或者，你可以为[Amazon Lex 聊天机器人](https://docs.aws.amazon.com/lexv2/latest/dg/faq-bot-kendra-search.html)提供 Amazon Kendra 搜索功能，为用户的问题提供有用的答案。您也可以使用[Amazon Simple Storage Service 存储桶](https://docs.aws.amazon.com/kendra/latest/dg/data-source-s3.html)作为数据源， Amazon Kendra 以连接您的文档并为其编制索引。

Amazon Kendra 包含以下组件：
+ 用于存储您的文档并使其可搜索的[https://docs.aws.amazon.com//kendra/latest/dg/create-index.html](https://docs.aws.amazon.com//kendra/latest/dg/create-index.html)。
+ 用于存储您的文档并将 Amazon Kendra 连接到的[https://docs.aws.amazon.com/kendra/latest/dg/data-source.html](https://docs.aws.amazon.com/kendra/latest/dg/data-source.html)。您可以自动将数据源与 Amazon Kendra 索引同步，以便您的索引与源存储库保持同步。
+ 一个将文档直接添加到索引的[https://docs.aws.amazon.com/kendra/latest/dg/in-adding-documents.html](https://docs.aws.amazon.com/kendra/latest/dg/in-adding-documents.html)。
+ 一个在给定输入查询后可检索相关段落或文本摘录的[https://docs.aws.amazon.com/kendra/latest/APIReference/API_Retrieve.html](https://docs.aws.amazon.com/kendra/latest/APIReference/API_Retrieve.html)。
+ 一个在给定输入查询后会对索引进行搜索的[https://docs.aws.amazon.com/kendra/latest/APIReference/API_Query.html](https://docs.aws.amazon.com/kendra/latest/APIReference/API_Query.html)。

您可以 Amazon Kendra 通过控制台或 API 使用。您可以创建、更新和删除索引。删除索引会删除其所有数据源连接器，并从中永久删除您的所有文档信息 Amazon Kendra。

**Topics**
+ [Amazon Kendra 中的索引](hiw-index.md)
+ [文档](hiw-documents.md)
+ [数据来源](hiw-data-source.md)
+ [查询](hiw-query.md)
+ [标签](tagging.md)