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
feat: Add API version support for Azure OpenAI in codebase indexing
- Add optional apiVersion field to OpenAI Compatible provider schema
- Update config manager to handle API version parameter
- Modify OpenAICompatibleEmbedder to append api-version query parameter
- Add API version input field to settings UI with validation
- Include comprehensive test coverage for API version functionality
- Add i18n support for new API version field
Fixes#5212: Azure OpenAI embedding requests now include required api-version parameter
"openaiCompatibleApiVersionDescription": "Required for Azure OpenAI. Common values: 2023-05-15, 2024-02-01, 2024-06-01. Leave empty for other OpenAI-compatible providers.",
"openaiCompatibleModelDimensionDescription": "The embedding dimension (output size) for your model. Check your provider's documentation for this value. Common values: 384, 768, 1536, 3072.",
0 commit comments