Skip to content

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

2024-09-16 - Enhanced Deployment and Documentation Updates

16 Sep 15:30
dbf96cf
Compare
Choose a tag to compare

General

This release includes a low-cost deployment process, updated Azure AI Document Intelligence references, and a new video tutorial for deployment from Codespaces. It also features a workflow to close stale issues, readme updates, and a fixed typo in SettingsPanel.razor.

What's Changed

  • Add low cost deployment process and update Azure AI Document Intelligence references by @elbruno in #364
  • Add video to explain the deploy from Codespaces by @elbruno in #361
  • GH Workflow to Close stale issues and PRs by @elbruno in #365
  • Update readme. Complete details in Cost Estimation section by @elbruno in #366
  • Fixed typo in SettingsPanel.razor by @shribr in #369
  • Add Guidance main section to README.md by @elbruno in #368
  • Set East US as the only proposed region to run azd up by @elbruno in #367

Full Changelog: 2024-08-28...2024-09-16

2024-08-28: Updated nuget pkgs, update deploy to use gpt-4o-mini and target region

28 Aug 18:31
1fc0647
Compare
Choose a tag to compare

Main changes up to 2024-08-28

  • update nuget packages to latest versions.
  • change default model from gpt-35-turbo to gpt-4o-mini
  • change default azure deployment region to East US
  • remove the paragraph about requesting access to AOAI
  • improve yml files
  • update readme with Azure AI Search
  • update core AZD bicep modules from the official repo
  • implement chat protocol

What's Changed

Read more