Open Ranjith072 opened 7 months ago
Hey @Ranjith072 ,
does the issue persist with the latest version of the code (which is using DynamoDB as memory)? Can you please also verify that the issue occurs with a more recent Python version (at least 3.11 or 3.12)?
Hello , i have followed the use case and got everything to work except when i use dynamodb for memory i always get the error.
` message_history = DynamoDBChatMessageHistory( table_name=MEMORY_TABLE, session_id=conversation_id )
i have tried with different versions of langchain and langchain-community versions without any luck