You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/modules/memory/examples
Rubén Martínez db7ef635c0
Add support for the endpoint URL in DynamoDBChatMesasgeHistory (#5836)
This PR adds the possibility of specifying the endpoint URL to AWS in
the DynamoDBChatMessageHistory, so that it is possible to target not
only the AWS cloud services, but also a local installation.

Specifying the endpoint URL, which is normally not done when addressing
the cloud services, is very helpful when targeting a local instance
(like [Localstack](https://localstack.cloud/)) when running local tests.

Fixes #5835

#### Who can review?

Tag maintainers/contributors who might be interested: @dev2049

<!-- For a quicker response, figure out the right person to tag with @

  @hwchase17 - project lead

  Tracing / Callbacks
  - @agola11

  Async
  - @agola11

  DataLoaders
  - @eyurtsev

  Models
  - @hwchase17
  - @agola11

  Agents / Tools / Toolkits
  - @vowelparrot

  VectorStores / Retrievers / Memory
  - @dev2049

 -->

---------

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
1 year ago
..
adding_memory.ipynb Update adding_memory.ipynb (#5806) 1 year ago
adding_memory_chain_multiple_inputs.ipynb Update adding_memory_chain_multiple_inputs.ipynb (#3895) 1 year ago
agent_with_memory.ipynb Documentation fixes (linting and broken links) (#5563) 1 year ago
agent_with_memory_in_db.ipynb Documentation fixes (linting and broken links) (#5563) 1 year ago
cassandra_chat_message_history.ipynb Cassandra support for chat history (#4378) (#4764) 1 year ago
conversational_customization.ipynb big docs refactor (#1978) 2 years ago
custom_memory.ipynb big docs refactor (#1978) 2 years ago
dynamodb_chat_message_history.ipynb Add support for the endpoint URL in DynamoDBChatMesasgeHistory (#5836) 1 year ago
entity_memory_with_sqlite.ipynb SQLite-backed Entity Memory (#5129) 1 year ago
momento_chat_message_history.ipynb fix: correct momento chat history notebook typo and title (#5646) 1 year ago
mongodb_chat_message_history.ipynb Jupyter Notebook Example for using Mongodb to store Chat Message History (#4436) 1 year ago
motorhead_memory.ipynb Harrison/motorhead (#2599) 2 years ago
motorhead_memory_managed.ipynb Add Managed Motorhead (#5507) 1 year ago
multiple_memory.ipynb add warning for combined memory (#4688) 1 year ago
postgres_chat_message_history.ipynb Harrison/postgres (#2691) 2 years ago
redis_chat_message_history.ipynb Harrison/memory base (#2122) 2 years ago
zep_memory.ipynb Zep sdk version (#5267) 1 year ago