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.
大家好,我使用
make setup完成本地默认配置和安装,之后创建了一个会话并发送了多条消息。我看到生成的
config.yaml默认使用:重启 DeerFlow 服务或电脑后,重新打开原来的会话,前端无法看到完整的历史消息,只能看到重启后产生的新消息。
我检查后发现 SQLite 中的 thread 和 checkpoint 仍然存在,但
run_events使用内存后端,重启后会被清空。请问这是当前的预期设计吗?也就是说,
make setup的默认配置只持久化 checkpoint,而不会持久化前端显示的会话历史?All reactions