v0.4.1
Embedding configuration cleanup. The provider-specific Aliyun key
(aliyun_api_key / ZOT_EMBEDDING_ALIYUN_KEY) and the implicit
provider="auto" mode were leaking the multi-provider routing
implementation into the user-facing config without a symmetrical
counterpart for Jina. Single-provider, single-key surface is cleaner.
Changed
[embedding] providerdefault is now"jina"(was"auto"). Set
provider = "aliyun"(orZOT_EMBEDDING_PROVIDER=aliyun) to use
Aliyun DashScope.
Removed (Breaking, very rare)
[embedding] aliyun_api_keyconfig key — use the unified
[embedding] api_keyinstead.ZOT_EMBEDDING_ALIYUN_KEYenv var — useZOT_EMBEDDING_KEYinstead.provider = "auto"mode — pick a provider explicitly.
If you upgraded to 0.4.0 within the past hour and were already using
the Aliyun-specific key, rename it to api_key /
ZOT_EMBEDDING_KEY and set provider = "aliyun".