Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Oct 14:56
· 21 commits to main since this release

Compatibility Notes

  • [ai-api] Move modelsGet() from ModelApi to ScenarioApi, and remove ModelAPI. (5bd2e4d)

New Functionality

  • [orchestration] Add support for the data masking capabilities of the orchestration service. (a1105d9)

Improvements

  • [ai-api] Add kubesubmitV4ResourceQuotaGetDeploymentQuota() function in DeploymentApi to get details about quota and usage for deployments. Additionally introduce two new types BckndDeploymentQuotaItem and BckndDeploymentResourceQuotaResponse. (5bd2e4d)

Fixed Issues

  • [ai-api] Fix AiExecutionModificationResponseList type to correctly represent an array of responses or errors. (5bd2e4d)
  • [ai-api, core, foundation-models, langchain, orchestration] Fix sending the correct resource group headers when custom resource group is set. (771f986)
  • [ai-api, core, foundation-models, langchain, orchestration] Fix missing and unused dependencies. (506a1e4)
  • [foundation-models] Fix index-based data access in embedding response. Previously, the 0th index data was always returned. (3cbfdc7)
  • [langchain] Fix auto completion for Azure OpenAI Embedding models. (5a977da)
  • [langchain] Fix LangChain types for proper IDE auto completion. (8cda2de)