-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
model embedding credentials is not initialized #3295
Comments
Hey @talosL, nice to see you digging into the depths of Dify once more. Hope this one's a less bumpy ride than the last! It looks like the issue you're encountering, "model embedding credentials is not initialized," could be due to a few potential reasons:
For a deeper dive into how credentials are managed, you can refer to the If you've made any changes in Dify version 0.6.0-fix1 that might affect the model embedding credentials initialization process, reviewing these changes could provide insights into the issue. Additionally, understanding the error handling process for this specific error in your application could help in diagnosing and resolving the problem. If you need further clarification or assistance, feel free to provide more details about your setup or the specific changes you've made. Sources
|
Sorry, this is indeed empty. It will work normally once I set it correctly. |
Self Checks
Dify version
0.6.0-fix1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
When I was uploading a file using the knowledge base, the interface threw a 400 error with the message "model embedding credentials is not initialized". However, my model configuration is correct.
✔️ Expected Behavior
Calculate the consumed tokens correctly and segment them.
❌ Actual Behavior
model embedding credentials is not initialized
The text was updated successfully, but these errors were encountered: