github Azure/azure-sdk-for-net Azure.AI.Language.QuestionAnswering_1.0.0-beta.2

pre-release2 years ago

1.0.0-beta.2 (2021-10-06)

Features Added

  • Added support for API version 2021-07-15-preview.
  • Added QuestionAnsweringClientOptions.DefaultLanguage to specify a client default, and the language parameters of QueryTextOptions optional.

Breaking Changes

  • Changed StrictFilters to QueryFilters which now contains a list of MetadataRecord - key-value pairs that allow for referencing the same key numerous times in a filter similar to, for example, "food = 'fruit' OR food = 'vegetable'".
  • Made projectName and deploymentName parameters required for QuestionAnsweringClient methods.
  • Moved QueryKnowledgeBaseOptions, QueryTextOptions, and TextRecord to Azure.AI.Language.QuestionAnswering namespace.
  • Removed QueryTextOptions.StringIndexType property and will always pass StringIndexType.Utf16CodeUnit for .NET.
  • Renamed "CompoundOperation" to "LogicalOperation" in properties and type names.
  • Renamed QuestionKnowledgeBaseOptions.StrictFilters to Filters and changed type to QueryFilters.

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.