Replies: 2 comments
-
This feature released in 1.1.0 CR1 |
Beta Was this translation helpful? Give feedback.
0 replies
-
/cc @loicmathieu (mongodb) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, Since there is an official example of ChatMemoryStore in redis, but redis i want to use mongodb to maintain chat context, below is code
and partial yml properties
When i call API first time it save data in mongodb successfully


But when i make 2nd request, i am getting below error
{"requestId":"2bf0223f-bb01-4bc1-9e92-9131ec72f501","statusCode":400,"errorCode":"-0001","message":"Unknown message type: SYSTEM","createdAt":"2025-06-28T22:43:47.218+00:00"}
Beta Was this translation helpful? Give feedback.
All reactions