langchain/docs/extras/integrations
Josh White bc8cceebf7
Extend DynamoDBChatMessageHistory to support composite keys (#9896)
- Description: Adds two optional parameters to the
DynamoDBChatMessageHistory class to enable users to pass in a name for
their PrimaryKey, or a Key object itself to enable the use of composite
keys, a common DynamoDB paradigm.
  
[AWS DynamoDB Key
docs](https://aws.amazon.com/blogs/database/choosing-the-right-dynamodb-partition-key/)
  
  - Issue: N/A
  - Dependencies: N/A
  - Twitter handle: N/A

---------

Co-authored-by: Josh White <josh@ctrlstack.com>
Co-authored-by: Bagatur <baskaryan@gmail.com>
2023-09-03 15:05:16 -07:00
..
callbacks rm base64 images from docs (#10110) 2023-09-01 15:15:12 -07:00
chat feat: add bedrock chat model (#8017) 2023-09-01 13:16:57 -07:00
chat_loaders iMessage loader (#9832) 2023-08-28 13:43:59 -07:00
document_loaders Add parser and loader for Azure document intelligence service. (#10136) 2023-09-03 14:25:39 -07:00
document_transformers Added a pdf parser based on DocAI (#9579) 2023-08-24 21:44:49 -07:00
llms Takeoff baseurl support (#10091) 2023-09-03 14:45:59 -07:00
memory Extend DynamoDBChatMessageHistory to support composite keys (#9896) 2023-09-03 15:05:16 -07:00
providers rm base64 images from docs (#10110) 2023-09-01 15:15:12 -07:00
retrievers Update google drive notebooks (#9851) 2023-08-28 19:29:35 -07:00
text_embedding EdenAI LLM update. Add models name option (#8963) 2023-09-01 12:11:33 -07:00
toolkits Add example of running Q&A over structured data using the Airbyte loaders and pandas (#10069) 2023-09-03 14:32:33 -07:00
tools Yahoo Finance News tool (#10014) 2023-09-03 14:43:57 -07:00
vectorstores implement vectorstores by tencent vectordb (#9989) 2023-08-31 00:48:25 -07:00