You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
目前使用redis进行上下文对话存储,是通过自定义ChatMemoryRepository接口的一个实现类,并通过redis相关操作实现接口中的4个方法,但是如果在webflux场景下,是否可以通过响应式的ReactiveRedisTemplate来完成相关操作呢?归根结底,spring ai提供的ChatMemoryRepository是一个阻塞式接口,好像并没有提供响应式接口,如果是为了强兼接口,使用block()的话感觉又有些不伦不类了
Beta Was this translation helpful? Give feedback.
All reactions