Skip to content
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

Embedding模型不生效 #1730

Closed
opsvr opened this issue Dec 11, 2023 · 1 comment
Closed

Embedding模型不生效 #1730

opsvr opened this issue Dec 11, 2023 · 1 comment
Labels
🐞 bug Something isn't working

Comments

@opsvr
Copy link

opsvr commented Dec 11, 2023

Dify version

0.3.33

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

对接xinference,推理模型:chatglm3-6b,embedding模型:bge-base-zh
在知识库上传文档后,右上角提示错误,HTTPSConnectionPool(host='openaipublic.blob.core.windows.net',port=443),api日志有对应请求openaipublic.blob.core.windows.net日志,由于内网环境openaipublic.blob.core.windows.net无法访问。
似乎是在文档上传后进行向量化处理时使用的是外网openaipublic.blob.core.windows.net进行向量化,没有调用本地配置的embedding模型。

✔️ Expected Behavior

No response

❌ Actual Behavior

在知识库上传文档后,右上角提示错误,HTTPSConnectionPool(host='openaipublic.blob.core.windows.net',port=443),api日志有对应请求openaipublic.blob.core.windows.net日志,由于内网环境openaipublic.blob.core.windows.net无法访问。
似乎是在文档上传后进行向量化处理时使用的是外网openaipublic.blob.core.windows.net进行向量化,没有调用本地配置的embedding模型。

@opsvr opsvr added the 🐞 bug Something isn't working label Dec 11, 2023
@crazywoola
Copy link
Member

Close due to #1542

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants