Skip to content

Commit

Permalink
Regenerate with 2024-07-01 spec
Browse files Browse the repository at this point in the history
  • Loading branch information
dgetu committed Jul 24, 2024
1 parent 2b2bed0 commit b601c43
Show file tree
Hide file tree
Showing 37 changed files with 2,115 additions and 327 deletions.
37 changes: 32 additions & 5 deletions common/config/rush/pnpm-lock.yaml

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

15 changes: 15 additions & 0 deletions sdk/search/search-documents/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## 12.1.0 (2024-07-24)

### Features Added

- Added support for text queries against vector fields [#30494](https://github.com/Azure/azure-sdk-for-js/pull/29597)
- Create text queries against vector fields with the `VectorizedTextQuery` variant of `VectorQuery`. Such queries are supported by configuring the corresponding index field with a `VectorSearchVectorizer`. This configuration describes a delegate, which the service uses to generate vector embeddings for the query text.
- Added `AzureOpenAIEmbeddingSkill` to allow for `SearchIndexer`s to populate embedding fields at index-time.
- Added index configuration for vector quantization through `VectorSearchCompression`

### Bugs Fixed

- Improved serialization performance on large payloads [#29597](https://github.com/Azure/azure-sdk-for-js/pull/29597)

### Note

- This GA release introduces bug fixes, convenience improvements, and select features from prior beta releases. Except for the features listed in these release notes, no preview features are being pulled into this release.

## 12.1.0-beta.2 (2024-05-20)

### Breaking Changes
Expand Down
3 changes: 2 additions & 1 deletion sdk/search/search-documents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@
"sinon": "^17.0.0",
"ts-node": "^10.0.0",
"typescript": "~5.3.3",
"util": "^0.12.1"
"util": "^0.12.1",
"type-plus": "^7.6.2"
},
"//sampleConfiguration": {
"productName": "Azure Search Documents",
Expand Down
Loading

0 comments on commit b601c43

Please sign in to comment.