langchain/docs/modules/memory/examples
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
..
adding_memory_chain_multiple_inputs.ipynb Update adding_memory_chain_multiple_inputs.ipynb (#3895) 2023-05-01 19:57:27 -07:00
adding_memory.ipynb fixed typo (#2720) 2023-04-11 09:53:38 -07:00
agent_with_memory_in_db.ipynb Fix typo (#2942) 2023-04-15 08:53:25 -07:00
agent_with_memory.ipynb big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
cassandra_chat_message_history.ipynb Cassandra support for chat history (#4378) (#4764) 2023-05-15 23:43:09 -07:00
conversational_customization.ipynb big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
custom_memory.ipynb big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
momento_chat_message_history.ipynb feat: add Momento as a standard cache and chat message history provider (#5221) 2023-05-25 19:13:21 -07:00
mongodb_chat_message_history.ipynb Jupyter Notebook Example for using Mongodb to store Chat Message History (#4436) 2023-05-15 14:33:42 -07:00
motorhead_memory.ipynb Harrison/motorhead (#2599) 2023-04-08 13:27:20 -07:00
multiple_memory.ipynb add warning for combined memory (#4688) 2023-05-14 18:26:16 -07:00
postgres_chat_message_history.ipynb Harrison/postgres (#2691) 2023-04-10 21:15:42 -07:00
redis_chat_message_history.ipynb Harrison/memory base (#2122) 2023-03-29 10:10:09 -07:00
zep_memory.ipynb Zep sdk version (#5267) 2023-05-25 13:42:10 -07:00