Skip to content

v1.2

Latest
Compare
Choose a tag to compare
@lon-tierney lon-tierney released this 20 Sep 02:39
· 42 commits to main since this release
df055a7

What's New

  • GPT-4o model support
  • US Government cloud deployments now support Azure AI Search with semantic ranking which measurably improves search relevance by using language understanding to rank results.
  • Secure mode configuration
    • Includes configuration for scenarios where infrastructure security and privacy are essential, like those in public sector and regulated industries. Key features of “secure mode” include:
      • Disabling public network access: Restrict external access to safeguard public access.
      • Virtual network protection: Deploy your Azure services within a secure virtual network.
      • Private endpoints: The deployed Azure services connect exclusively through private endpoints within a virtual network where available.
      • Data encryption at rest and in transit: Ensure encryption of data when stored and during transmission.
  • Compatible with Microsoft Cloud for Sovereignty

What's Changed

  • Merge pull request #724 from microsoft/vNext-Dev by @dayland in #728
  • chore: Update tiktoken dependency to version 0.7.0 to support gpt-4o by @dayland in #729
  • Update vite.config.ts by @asbanger in #736
  • Update storage privacy settings by @KronemeyerJoshua in #737
  • terraform support for manual app registration by @asbanger in #732
  • Joshuakr/7569 backend test client by @KronemeyerJoshua in #730
  • chore: Refactor file extension comparison in PartitionFile function by @wotey in #740
  • Joshuakr/7031 vite fix by @KronemeyerJoshua in #752
  • update infra delete by @wotey in #746
  • Added data_points to return by @KronemeyerJoshua in #757
  • Joshuakr/update ai search version by @KronemeyerJoshua in #756
  • Sync latest hotfixes from main to vNext-Dev by @dayland in #754
  • fix long running az cli command by @wotey in #759
  • chore(deps): Bump azure-identity from 1.12.0 to 1.16.1 in /app/backend by @dependabot in #749
  • Secure mode changes by @dayland in #764
  • Add images to accepted file types and correctly navigate folders by @KronemeyerJoshua in #771
  • Fix auth error on language detection by @georearl in #758
  • Update node version by @KronemeyerJoshua in #768
  • Remove few shot effect on ungrounded by @dayland in #774
  • Documentation - fixing typographical errors by @asbanger in #779
  • updating error to be removed on next question run by @wotey in #781
  • Fix issue with ai service region header to be explicit by @dayland in #785
  • Push images to ACR with v2 REST APIs by @dayland in #786
  • Add secure mode cost estimation and Fix broken links to documentation by @dayland in #788
  • Update considerations_production.md by @KronemeyerJoshua in #787
  • Bump langchain-experimental from 0.0.52 to 0.0.61 in /app/backend by @dependabot in #761
  • Sync main with vNext-Dev by @dayland in #789
  • UpdateIA v1.1.2 Sandbox Estimation by @asbanger in #790
  • Update langchain and openai dependencies and set agent_executor_kwargs by @dayland in #792
  • Make AOAI model SKU values parameter based by @dayland in #794
  • Make DDOS plan an optional setting via local.env by @dayland in #793
  • Delete AOAI models as part of automated RG deletion by @georearl in #796
  • update langchain to required versions by @wotey in #802
  • update to fix csv data issue because of bad prompt by @wotey in #806
  • Bump langchain-community from 0.2.5 to 0.2.9 in /app/backend by @dependabot in #801
  • Remove vision SDK for REST APIs by @dayland in #811
  • Update Language Detection and Translation to use Azure Cognitive Multi Service API by @ruandersMSFT in #798
  • Addition of content filtering checks to prevent hanging error in chat functionality by @wotey in #809
  • Merge latest main hot-fixes to vNext-Dev by @dayland in #815
  • Wotey/7998 tabdata by @wotey in #813
  • chore: Update deployment configuration link in features documentation by @georearl in #819
  • Replace TF templates module by native function by @sinacek in #821
  • Cmccleary/docs by @cmccleary8 in #823
  • Upgrade hashicorp/null to 3.2.2 by @sinacek in #822
  • Update code to use Entra ID Auth instead of shared keys by @dayland in #797
  • Update Analysis panel to enable tooltip message when content is not available by @wotey in #825
  • Update function managed identity to have right Search role by @dayland in #827
  • fix the url encoding when generating sas tokens for citations by @dayland in #832
  • update to handle error due to new content filtering method by api by @wotey in #837
  • Bump nltk from 3.8.1 to 3.9 in /functions by @dependabot in #826
  • Bump nltk from 3.8.1 to 3.9 in /functions by @dayland in #840
  • New API to allow uploaded files to pass through backend service by @dayland in #839
  • Route citation file view through backend service by @dayland in #838
  • Add spinner overlay for file upload progress by @dayland in #841
  • Updated to full connection string to support all regions by @dayland in #842
  • change view back to document section on click of another citation by @wotey in #844
  • Cleanup of AzDO pipeline docs to identify as examples by @dayland in #843
  • Update Azure Search client configuration with audience for national c… by @dayland in #845
  • File progress reversion by @wotey in #848
  • Status indicator on citation load plus fixes for USGov debugging by @dayland in #849
  • update to fix issue #7952 by @wotey in #851
  • Enable semanitic reranking feature for USGov by @dayland in #853
  • Documentation updates for secure mode and SLZ support by @dayland in #855
  • Merging 1.2 features into Main by @lon-tierney in #857

New Contributors

Full Changelog: v1.1.1...v1.2