Skip to content

Commit

Permalink
[Search] Regenerate with 2024-11-01-preview spec
Browse files Browse the repository at this point in the history
  • Loading branch information
dgetu committed Nov 18, 2024
1 parent 87b4288 commit 5235041
Show file tree
Hide file tree
Showing 19 changed files with 929 additions and 88 deletions.
19 changes: 19 additions & 0 deletions sdk/search/search-documents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Release History

## 12.3.0-beta.1 (2024-11-18)

### Features Added

- Added generative query rewriting for semantic and vectorized text queries [#31792](https://github.com/Azure/azure-sdk-for-js/pull/31792)
- Use the new `queryRewrites` field in `SemanticSearchOptions` and `VectorizedTextQuery`.
- Added hierarchical aggregation and facet filtering [#31792](https://github.com/Azure/azure-sdk-for-js/pull/31792)
- `FacetResult` now includes a recursive `facets` field.
- Added configuration for storing vectors in their uncompressed state for rescoring [#31792](https://github.com/Azure/azure-sdk-for-js/pull/31792)
- Configure through `VectorSearchCompression.rescoringOptions`.
- Added Markdown parsing mode for indexers [#31792](https://github.com/Azure/azure-sdk-for-js/pull/31792)
- Configure through the `markdownParsingSubmode` and `markdownHeaderDepth` properties of `IndexingParametersConfiguration`.
- Added `DocumentIntelligenceLayoutSkill` [#31792](https://github.com/Azure/azure-sdk-for-js/pull/31792)
- Added subdomain billing for skillsets [#31792](https://github.com/Azure/azure-sdk-for-js/pull/31792)

### Bugs Fixed

- Fixed the type of `SearchResult.documentDebugInfo` to not erroneously describe it as an array [#31792](https://github.com/Azure/azure-sdk-for-js/pull/31792)

## 12.2.0-beta.1 (2024-09-25)

### Breaking Changes
Expand Down
Loading

0 comments on commit 5235041

Please sign in to comment.