2024-03-14: AZURE_OPENAI_API_VERSION, bug fixes
This new release includes the ability customize the OpenAI API version via an environment variable (AZURE_OPENAI_API_VERSION) and also updates the version to the latest preview, 2024-03-01-preview. This release also includes an important bugfix in the prepdocs script, so please pull in that fix if you're getting errors with computing embeddings.
What's Changed
- Fix provision for load balance custom by @diberry in #1396
- Update data_ingestion.md with correct notebook link by @pamelafox in #1405
- Bump the github-actions group with 1 update by @dependabot in #1400
- Add needed permissions for template-analyzer workflow by @pamelafox in #1411
- Set Azure OpenAI API version in global configuration by @sogue in #1399
- Add markdown checker by @john0isaac in #1377
- Refactoring of prepdocs for easier integration with user upload feature by @pamelafox in #1407
- Don't disable text chunking when GPT4vision is enabled by @pamelafox in #1355
- Ensure there are no zero-length sections for batch API by @tonybaloney in #1423
New Contributors
Full Changelog: 2024-03-07...2024-03-14