mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Embedding task will fail after hitting rate limit in tongyi plugin #64
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xinlmain on GitHub (Mar 11, 2025).
Self Checks
Dify version
1.0.1
Plugin version
0.0.10
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
If you create a knowledge base with reasonable size, with tongyi embeddings it will always fail. As the first rate limit error raised by client will cause the task to fail.
Need to handle this 429 error and add backoffs and retries.
✔️ Error log
core.model_runtime.errors.invoke.InvokeError: [tongyi] Error: PluginInvokeError: {"args":{"description":"[models] Error: Response output is missing or does not contain embeddings."},"error_type":"InvokeError","message":"[models] Error: Response output is missing or does not contain embeddings."}
@zy1024 commented on GitHub (Mar 15, 2025):
I'm having the same issue
@Nullrable commented on GitHub (Jul 15, 2025):
I'm having the same issue
@dosubot[bot] commented on GitHub (Aug 20, 2025):
Hi, @xinlmain. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
Next Steps:
Thanks for your understanding and contribution!