langchain/tests/integration_tests/memory
Michael Landis 7047a2c1af
feat: add Momento as a standard cache and chat message history provider (#5221)
# Add Momento as a standard cache and chat message history provider

This PR adds Momento as a standard caching provider. Implements the
interface, adds integration tests, and documentation. We also add
Momento as a chat history message provider along with integration tests,
and documentation.

[Momento](https://www.gomomento.com/) is a fully serverless cache.
Similar to S3 or DynamoDB, it requires zero configuration,
infrastructure management, and is instantly available. Users sign up for
free and get 50GB of data in/out for free every month.

## Before submitting

 We have added documentation, notebooks, and integration tests
demonstrating usage.

Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
2023-05-25 19:13:21 -07:00
..
__init__.py Harrison/memory base (#2122) 2023-03-29 10:10:09 -07:00
test_cassandra.py Cassandra support for chat history (#4378) (#4764) 2023-05-15 23:43:09 -07:00
test_cosmos_db.py Add a test for cosmos db memory (#3525) 2023-04-25 08:10:02 -07:00
test_firestore.py Add firestore memory (#3792) (#3941) 2023-05-03 22:55:47 -07:00
test_momento.py feat: add Momento as a standard cache and chat message history provider (#5221) 2023-05-25 19:13:21 -07:00
test_mongodb.py mongodb support for chat history (#4266) 2023-05-08 08:34:05 -07:00
test_redis.py Harrison/memory base (#2122) 2023-03-29 10:10:09 -07:00