You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
OpenAI-compatible embeddings return base64 instead of float — Added encoding_format: "float" to OpenAI-compatible embedding payloads (both sync and async). Some providers (e.g., OpenRouter) return base64-encoded embeddings when encoding_format is not explicitly set, causing "could not convert string to float" errors at parse time.
Azure documentation: recommend latest API version — Updated all Azure provider documentation examples to recommend 2024-10-21 (latest stable) instead of the outdated 2024-02-01.