Skip to content

Commit c5d1ea3

Browse files
committed
update langchain version
1 parent dcd9526 commit c5d1ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crazy_functions/Langchain知识库.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def 知识库问答(txt, llm_kwargs, plugin_kwargs, chatbot, history, system_pro
3030
)
3131
yield from update_ui(chatbot=chatbot, history=history) # 刷新界面
3232
from .crazy_utils import try_install_deps
33-
try_install_deps(['zh_langchain==0.1.9'])
33+
try_install_deps(['zh_langchain==0.2.0'])
3434

3535
# < --------------------读取参数--------------- >
3636
if ("advanced_arg" in plugin_kwargs) and (plugin_kwargs["advanced_arg"] == ""): plugin_kwargs.pop("advanced_arg")

0 commit comments

Comments
 (0)