langchain/langchain/memory
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>
2023-06-08 23:21:11 -07:00
..
chat_message_histories Add support for the endpoint URL in DynamoDBChatMesasgeHistory (#5836) 2023-06-08 23:21:11 -07:00
__init__.py SQLite-backed Entity Memory (#5129) 2023-05-30 18:39:47 -07:00
buffer_window.py Fixed k=0 bug on ConversationBufferWindowMemory (#2796) 2023-04-12 17:05:54 -07:00
buffer.py Removed duplicate BaseModel dependencies (#2471) 2023-04-06 12:45:16 -07:00
chat_memory.py Harrison/motorhead (#2599) 2023-04-08 13:27:20 -07:00
combined.py add warning for combined memory (#4688) 2023-05-14 18:26:16 -07:00
entity.py make BaseEntityStore inherit from BaseModel (#5478) 2023-05-31 17:32:19 -07:00
kg.py Callbacks Refactor [base] (#3256) 2023-04-30 11:14:09 -07:00
motorhead_memory.py Add Managed Motorhead (#5507) 2023-05-31 14:55:41 -07:00
prompt.py Solve small bug in the kg prompt (#1988) 2023-03-27 16:33:26 -07:00
readonly.py Add read only shared memory (#1491) 2023-03-12 09:34:36 -07:00
simple.py Removed duplicate BaseModel dependencies (#2471) 2023-04-06 12:45:16 -07:00
summary_buffer.py feat: prune summary buffer (#4004) 2023-05-03 22:45:48 -07:00
summary.py Harrison/summary memory history (#4649) 2023-05-13 21:46:11 -07:00
token_buffer.py Callbacks Refactor [base] (#3256) 2023-04-30 11:14:09 -07:00
utils.py Harrison/official method (#1728) 2023-03-16 23:20:08 -07:00
vectorstore.py Harrison/retriever memory (#2804) 2023-04-13 10:03:43 -07:00