We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd9526 commit c5d1ea3Copy full SHA for c5d1ea3
crazy_functions/Langchain知识库.py
@@ -30,7 +30,7 @@ def 知识库问答(txt, llm_kwargs, plugin_kwargs, chatbot, history, system_pro
30
)
31
yield from update_ui(chatbot=chatbot, history=history) # 刷新界面
32
from .crazy_utils import try_install_deps
33
- try_install_deps(['zh_langchain==0.1.9'])
+ try_install_deps(['zh_langchain==0.2.0'])
34
35
# < --------------------读取参数--------------- >
36
if ("advanced_arg" in plugin_kwargs) and (plugin_kwargs["advanced_arg"] == ""): plugin_kwargs.pop("advanced_arg")
0 commit comments