mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
OpenAI-API-compatible plugins 0.0.22, 0.0.21, 0.0.16, "Text Embedding" context_size field missing in Dify 1.8.0 #593
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 @leeseng-nie on GitHub (Aug 27, 2025).
Self Checks
Dify version
1.8.0
Plugin version
0.0.22, 0.0.21, 0.0.16
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Excited to see Dify 1.8.0 is available on github docker-compose.yml.
docker compose pull and initiate admin setup.
Installed "OpenAI-API-compatible" plugins, tried 0.0.21, 0.0.20, 0.0.16(works with Dify 1.7.2).
Found context size field missing when setting up Text Embedding model. System also prompt "Variable context_size is required".
✔️ Error log
Found context size field missing when setting up Text Embedding model. System also prompt "Variable context_size is required".
@leeseng-nie commented on GitHub (Aug 27, 2025):
maybe related to https://github.com/langgenius/dify/issues/24633
@TianYu92 commented on GitHub (Aug 27, 2025):
you can use curl, and add parameter like context_size:"1000". commit it in terminal