mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-03 03:38:06 +00:00
Update aws.mdx (#11431)
This commit is contained in:
parent
211a74941a
commit
53d4f1554a
@ -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
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user