Skip to content

Releases: Azure-Samples/azure-search-openai-demo

2024-02-23: AAD for Computer Vision API, Load balancer script

24 Feb 01:19
2e79777
Compare
Choose a tag to compare

This release updates our Python dependencies, switches to using AAD for authenticating to the Computer Vision API, and adds a script for easier integration with the ContainerApps-based OpenAI load balancer.

If you are using the GPT-4-vision, then you should run "azd provision" to get the new roles needed to authenticate to the Computer Vision API.

What's Changed

Full Changelog: 2024-02-16...2024-02-23

2024-02-16: Bug fixes (PDF page jumping) and doc improvements

17 Feb 00:09
33bc505
Compare
Choose a tag to compare

This release includes a variety of bug fixes and documentation improvements. The most notable fix corrects a regression issue where PDFs stopped jumping to their page numbers. This release also includes an environment variable setting for specifying a custom Azure OpenAI base URL, which is helpful if you're hosting an OpenAI proxy on APIM or ACA.

 ## What's Changed

New Contributors

Full Changelog: 2024-02-15b...2024-02-16

2024-02-15b: Azure Document Intelligence upgrade (new doc types)

15 Feb 22:45
2680bd6
Compare
Choose a tag to compare

This releases updates Azure Document Intelligence to use the new SDK and preview API version. We are choosing to use the preview version due to its support for many more doc types (docx, xlsx, pptx, images), and the huge demand for parsing those types. The new API version is only supported in a limited set of regions, so you will be prompted to create a new Azure Document Intelligence service and select a supported region upon your next provision. You can then delete the former service. If your existing service is already in a supported region, follow the steps for reusing an existing Document Intelligence service before running azd up or running azd provision.

What's Changed

  • Support more doc formats with new documentintelligence SDK by @pamelafox in #1224

Full Changelog: 2024-02-15...2024-02-15b

2024-02-15: Support for CI/CD with GitHub Actions and Azure DevOps

15 Feb 22:35
f90c660
Compare
Choose a tag to compare

This release includes a GitHub Actions workflow file and Azure DevOps pipeline file to enable continuous deployment using azd up and your existing environments. See documentation on setting up continuous deployment. We discovered one azd issue which requires a workaround for now, but the azd team hopes to have a fix for that released this week.

This release also includes a few bug fixes related to authentication.

What's Changed

Full Changelog: 2024-02-09...2024-02-15

2024-02-09: Integrated vectorization

09 Feb 22:55
72009ae
Compare
Choose a tag to compare

This release includes a big new optional feature, Azure AI Search integrated vectorization, which automates the data ingestion entirely in the cloud, using indexers, skillsets, and embedding models. To try it out, follow the steps here:
https://github.com/Azure-Samples/azure-search-openai-demo?tab=readme-ov-file#enabling-integrated-vectorization

Learn more in the ingestion guide:
https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/data_ingestion.md#overview-of-integrated-vectorization

Please file any issues you encounter if you try out this new feature. It's in preview mode now, so the team is eager for feedback.

What's Changed

Full Changelog: 2024-02-06...2024-02-09

2024-02-06: Temperature settings, AI Search SDK version

06 Feb 20:33
51b6453
Compare
Choose a tag to compare

This release adds a slider for temperature, sets default temperature to 0.3 for both chat and ask, and updates the Azure AI Search SDK version.

What's Changed

  • Change default temp to 0.3 for final chat completion call in chat approaches by @pamelafox in #1238
  • Update Azure AI Search SDK by @pamelafox in #1241
  • Added FluentUI Slider to chat settings panel for overriding temperature by @bscheurm in #54

New Contributors

Full Changelog: 2024-02-05...2024-02-06

2024-02-05: Bug fixes for conversation history, prepdocs auth

06 Feb 03:35
219237f
Compare
Choose a tag to compare

The most important bugfix in this release is for conversation history token counting, as that affects most developers. Please file an issue if you seen any bugs around conversation history truncation.

What's Changed

Full Changelog: 2024-02-01...2024-02-05

2024-02-01: Authentication improvement, new JSON Parser

02 Feb 01:10
270d869
Compare
Choose a tag to compare

This release adds a new JSONParser class, which also serves as an example of how to bring in other local parsers for desired file formats. This release also includes improved token validation for authentications, so please merge that change if you are using the authentication feature.

What's Changed

New Contributors

Full Changelog: 2024-01-27...2024-02-01

2024-01-27: Bugfix for GPT-4-with-vision, frontend file rename

27 Jan 15:49
2e900be
Compare
Choose a tag to compare

This release includes a fix for developers using the GPT-4-with-vision option, and a rename of frontend files (OneShot -> Ask).

What's Changed

Full Changelog: 2024-01-25...2024-01-27

2024-01-24: ACL improvements, OpenAI tools upgrade

25 Jan 20:57
62c5ae8
Compare
Choose a tag to compare

This PR includes an important upgrade for anyone using the ACL feature, adding authentication checks for the /content endpoint. In addition, the authentication checks are now implemented as decorators which can be added to any route.

What's Changed

New Contributors

Full Changelog: 23-01-2024...25-01-2024