From fa4d160682a68c46b5cd5e938122779e09cc04d5 Mon Sep 17 00:00:00 2001 From: Piyush Jain Date: Tue, 16 Apr 2024 18:51:42 -0700 Subject: [PATCH] Updated description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2659f4b..3d7de677 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository provides LangChain components for various AWS services. It aims ## Features - **LLMs**: Includes LLM classes for AWS services like [Bedrock](https://aws.amazon.com/bedrock) and [SageMaker Endpoints](https://aws.amazon.com/sagemaker/deploy/), allowing you to leverage their language models within LangChain. -- **Retrievers**: Supports retrievers for services like [Amazon Kendra](https://aws.amazon.com/kendra/) and [KnowledgeBases for Amazon Bedrock](https://aws.amazon.com/bedrock/knowledge-bases/), enabling efficient retrieval of relevant information from these sources in your RAG applications. +- **Retrievers**: Supports retrievers for services like [Amazon Kendra](https://aws.amazon.com/kendra/) and [KnowledgeBases for Amazon Bedrock](https://aws.amazon.com/bedrock/knowledge-bases/), enabling efficient retrieval of relevant information in your RAG applications. - **Graphs**: Provides components for working with [AWS Neptune](https://aws.amazon.com/neptune/) graphs within LangChain. - **More to come**: This repository will continue to expand and offer additional components for various AWS services as development progresses.