langchain/libs/community/langchain_community/chat_message_histories
V.Prasanna kumar 684b146b18
Fixed adding float values into DynamoDB (#26562)
Thank you for contributing to LangChain!

- [x] **PR title**: Add float Message into Dynamo DB
  -  community
  - Example: "community: Chat Message History 


- [x] **PR message**: 
- **Description:** pushing float values into dynamo db creates error ,
solved that by converting to str type
    - **Issue:** Float values are not getting pushed
    - **Twitter handle:** VpkPrasanna
    
    
Have added an utility function for str conversion , let me know where to
place it happy to do an commit.
    
    This PR is from an discussion of #26543
    
    @hwchase17 @baskaryan @efriis

---------

Co-authored-by: Chester Curme <chester.curme@gmail.com>
2024-12-18 13:45:00 -05:00
..
__init__.py
astradb.py
cassandra.py docs: Add docstrings for CassandraChatMessageHistory class and package namespace function. (#24222) 2024-08-23 15:49:41 +00:00
cosmos_db.py
dynamodb.py Fixed adding float values into DynamoDB (#26562) 2024-12-18 13:45:00 -05:00
elasticsearch.py
file.py
firestore.py
in_memory.py
kafka.py
momento.py
mongodb.py
neo4j.py community[patch]: Neo4j community deprecation (#28130) 2024-11-25 10:34:22 -08:00
postgres.py
redis.py
rocksetdb.py
singlestoredb.py
sql.py
streamlit.py
tidb.py
upstash_redis.py
xata.py
zep_cloud.py
zep.py