From 53d4f1554a8c9a69d06e98d2e10e583b94372749 Mon Sep 17 00:00:00 2001 From: ElliotKetchup <64539418+ElliotKetchup@users.noreply.github.com> Date: Thu, 5 Oct 2023 18:07:16 +0200 Subject: [PATCH] Update aws.mdx (#11431) --- docs/extras/integrations/platforms/aws.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/extras/integrations/platforms/aws.mdx b/docs/extras/integrations/platforms/aws.mdx index 6570935e800..44799080c48 100644 --- a/docs/extras/integrations/platforms/aws.mdx +++ b/docs/extras/integrations/platforms/aws.mdx @@ -90,7 +90,7 @@ from langchain.document_loaders import S3DirectoryLoader, S3FileLoader >[AWS DynamoDB](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/dynamodb/index.html) > is a fully managed `NoSQL` database service that provides fast and predictable performance with seamless scalability. -We have to configur the [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html). +We have to configure the [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html). We need to install the `boto3` library. @@ -102,4 +102,4 @@ See a [usage example](/docs/integrations/memory/aws_dynamodb). ```python from langchain.memory import DynamoDBChatMessageHistory -``` \ No newline at end of file +```