susirial / Mojuan

Mojuan: Write your own AI application.
https://www.chatroller.cn/
MIT License
10 stars 2 forks source link

from langgraph.checkpoint import CheckpointAt #1

Open kalebaba opened 3 weeks ago

kalebaba commented 3 weeks ago

from langgraph.checkpoint import CheckpointAt 作者你好,在from langgraph.checkpoint 我没有找到CheckpointAt

susirial commented 3 weeks ago

该项目使用的langchain版本是旧的版本,你需要 【1】从一个新环境开始安装 (环境中没有安装过langchain) 【2】通过poetry install (不需要手动安装langchain包) 安装

fengyunzaidushi commented 1 week ago

是的,新建一个虚拟环境,根据最新的安装包,可以解决!

susirial commented 6 days ago

from langgraph.checkpoint import CheckpointAt 作者你好,在from langgraph.checkpoint 我没有找到CheckpointAt

我更新了 requirements.txt ,再安装一下试试,pip install -r requirements.txt