-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] chatchat kb -r 卡死,无法结束 #5134
Comments
I found a similar issue where the command MODEL_PLATFORMS:
- platform_name: ollama
platform_type: ollama
api_base_url: http://127.0.0.1:11434/v1
api_key: EMPTY
api_proxy: ''
api_concurrencies: 5
auto_detect_model: false
llm_models:
- qwen2
embed_models:
- nomic-embed-text Additionally, if you are on Windows, there might be an issue with the from unstructured.partition.auto import partition If it hangs, try uninstalling and reinstalling the pip uninstall python-magic-bin
pip install 'python-magic-bin=={version}' After making these changes, recreate the knowledge base as instructed [1]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
是的,需要重新安装 pip install 'python-magic-bin=={version}' |
跟踪了一下,发现第一次执行:
下载后分别解压zip文件,最终目录为:
NLTK数据下载地址: averaged_perceptron_tagger.zip 解压命令:
|
按照首页的教程,前面的都正确,xinference 开启了chat 和 embeding 2个模型
执行到命令 chatchat kb -r 卡死,无法结束
输出如下:
正在将 samples/test_files/langchain-ChatGLM_open.csv 添加到向量库,共包含323条文档
正在将 samples/大模型技术栈-实战与应用.md 添加到向量库,共包含1条文档
正在将 samples/大模型推理优化策略.md 添加到向量库,共包含6条文档
正在将 samples/分布式训练技术原理.md 添加到向量库,共包含8条文档
正在将 samples/大模型应用技术原理.md 添加到向量库,共包含7条文档
正在将 samples/大模型指令对齐训练原理.md 添加到向量库,共包含3条文档
正在将 samples/大模型技术栈-算法与原理.md 添加到向量库,共包含23条文档
【之后卡死,不出现首页教程里的知识库信息】
The text was updated successfully, but these errors were encountered: