mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-03 19:57:51 +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
|
||||
|
||||
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user