-
Notifications
You must be signed in to change notification settings - Fork 2k
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] 404 Error when adding Embedding Model #2598
Comments
你好,看起来是你的url有问题,我们的环境添加这个模型是正常的,请检查你的 ollama 环境,看看其他模型是否能正常添加。 |
Hello, it seems that there is a problem with your url. It is normal to add this model in our environment. Please check your ollama environment to see if other models can be added normally. |
Hello, thanks for the Q&A! However, when I use diify deployed on the same server to load the model, there is no problem, the URL and model name are the same, but MaxKB reports 404: |
After trying again, there is no problem with other large language models, just the vector model will report an error, and if you change to a vector model, you will report an error: Then I tried to delete the local ollama model and then load it in maxkb, which can successfully perform the model download operation and finally successfully add it: But when I added the vector model I just downloaded in the previous step, the same error was still: In other words, you can add a vector model that does not exist locally (automatically call Ollama pull, and then successfully add the model), but adding a locally existing vector model will cause an error. I checked the error request log, and the error message is as follows: |
你好,我们按照你描述的场景做了复现,但是没有复现你描述的问题,请你再确认一下你环境中模型的名称是不是添加时填入的名称。 |
Hello, we reproduced the scenario you described, but did not reproduce the problem you described. Please confirm whether the name of the model in your environment is the name you filled in when adding it. |
Contact Information
xyzhang_cn@outlook.com
MaxKB Version
1.10.2-lts
Problem Description
Steps to Reproduce
404 error occurs when Adding Embedding Model "bge-m3:567m" to MaxKB by Ollama.
The expected correct result
Successfully adding the "bge-m3:567m" model to MaxKB by Ollama.
Related log output
Additional Information
No response
The text was updated successfully, but these errors were encountered: