Chat Memory API in Spring AI #391
Replies: 4 comments
-
The memory feature seems essential for any serious LLM application that implements a chatbot or other conversational AI application. Hope we get some update/clarification if this feature is on the roadmap. |
Beta Was this translation helpful? Give feedback.
-
If anyone is working on an implementation of memory support I would be interested in seeing what your interfaces look like. |
Beta Was this translation helpful? Give feedback.
-
It looks like it's in progress: #396 (comment) |
Beta Was this translation helpful? Give feedback.
-
I don't there is something which is implicitly provided as part of the Spring AI features, however, I recently did implement some sort of makeshift memory for the chat bot using Open AI + Spring AI. If you are interested, you could check this video I made on this topic : https://www.youtube.com/watch?v=83KTwxCCe9I |
Beta Was this translation helpful? Give feedback.
-
Hi,
Is there a functionality in SpringAI to maintain the chat message history, like the ChatMemory class in LangChain4j?
Chat Memory
Beta Was this translation helpful? Give feedback.
All reactions