Skip to content

Commit

Permalink
[Search] Search Nov 2024 Preview (#47320)
Browse files Browse the repository at this point in the history
[Search] Search Nov 2024 Preview
  • Loading branch information
ShivangiReja authored Nov 26, 2024
1 parent ec1737e commit 45adade
Show file tree
Hide file tree
Showing 82 changed files with 2,694 additions and 244 deletions.
16 changes: 11 additions & 5 deletions sdk/search/Azure.Search.Documents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
# Release History

## 11.7.0-beta.2 (Unreleased)
## 11.7.0-beta.2 (2024-11-25)

### Features Added

### Breaking Changes
- `FacetResults` is now a recursive data structure to support hierarchical aggregation and facet filtering.
- `QueryAnswer` now supports a `MaxCharLength` option to limit the character length of the answer.
- `QueryCaption` now supports a `MaxCharLength` option to limit the character length of the caption.
- `VectorizableTextQuery` now supports a `QueryRewrites` option to specify the number query rewrites the service will generate.
- `SemanticSearchOptions` now supports a `QueryRewrites` option to specify the number query rewrites the service will generate.
- `VectorSearchCompression` now supports configuring the `RescoringOptions`.
- `IndexingParametersConfiguration` now supports two additional options for `MarkdownParsingSubmode` and `MarkdownHeaderDepth`.
- Added a new skill: `DocumentIntelligenceLayoutSkill` that extracts content and layout information (as markdown), via Azure AI Services, from files within the enrichment pipeline.
- Added 2 subtypes of `CognitiveServiceAccounts`: `AzureCognitiveServiceAccount` and `AzureCognitiveServiceAccountKey`.

### Bugs Fixed

### Other Changes
- Fixed a bug in the `SearchResult.DocumentDebugInfo` property by changing its type from `IReadOnlyList<DocumentDebugInfo>` to `DocumentDebugInfo`. ([#46958](https://github.com/Azure/azure-sdk-for-net/issues/46958))

## 11.7.0-beta.1 (2024-09-24)

Expand Down
212 changes: 209 additions & 3 deletions sdk/search/Azure.Search.Documents/api/Azure.Search.Documents.net8.0.cs

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sdk/search/Azure.Search.Documents/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/search/Azure.Search.Documents",
"Tag": "net/search/Azure.Search.Documents_1b05ea0ca5"
"Tag": "net/search/Azure.Search.Documents_b66f2d868d"
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 45adade

Please sign in to comment.