mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-04 04:07:54 +00:00
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:
parent
cac849ae86
commit
cda1b33270
@ -1,8 +1,6 @@
|
|||||||
# rag-aws-kendra
|
# 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
|
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.
|
||||||
|
|
||||||
he application retrieves documents using a Retrieval chain to answer questions from your documents.
|
|
||||||
|
|
||||||
It uses the `boto3` library to connect with the Bedrock service.
|
It uses the `boto3` library to connect with the Bedrock service.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user