We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.3.33
Self Hosted (Docker)
对接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模型。
No response
在知识库上传文档后,右上角提示错误,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模型。
The text was updated successfully, but these errors were encountered:
Close due to #1542
Sorry, something went wrong.
No branches or pull requests
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模型。
The text was updated successfully, but these errors were encountered: