当前位置:   article > 正文

PydanticUserError - 使用langchain调用qwen时出错

pydanticusererror

今天使用 LangChain 调用 Qwen,出现报错:

pydantic.errors.PydanticUserError: If you use @root_validator with pre=False (the default) you MUST specify skip_on_failure=True. Note that @root_validator is deprecated and should be replaced with @model_validator.

检查 key 是没问题的,搜索发现:
https://github.com/langchain-ai/langchain/issues/9409

建议:对 pydantic 降级;使用后解决了我的问题

pip install pydantic==1.10.9
  • 1

再次之前,我的 pydantic 版本为 2.6.3

使用库出现这些兼容问题,挺让人烦躁的;自己做库的话,最好多考虑这些问题。


伊织 2024-03-19(二)

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/菜鸟追梦旅行/article/detail/614847
推荐阅读
相关标签
  

闽ICP备14008679号