Skip to content

Commit

Permalink
[Search] Regenerate with 2024-05-01-preview spec
Browse files Browse the repository at this point in the history
  • Loading branch information
dgetu committed May 10, 2024
1 parent 1ef237d commit 590d5a8
Show file tree
Hide file tree
Showing 23 changed files with 1,233 additions and 270 deletions.
1 change: 1 addition & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@
"rerank",
"reranker",
"sorani",
"vectorize",
"vectorizer",
"vectorizers"
]
Expand Down
12 changes: 12 additions & 0 deletions sdk/search/search-documents/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@

- Fixed an incorrect enum variant in `KnownVectorQueryKind` [#29601](https://github.com/Azure/azure-sdk-for-js/pull/29601)

### Features Added

- Enhance vector search support for image data [#29594](https://github.com/Azure/azure-sdk-for-js/pull/29594)
- `AIServicesVisionVectorizer` leverages your Azure AI Vision deployment to generate embeddings from image data or text provided at query ime
- `VisionVectorizeSkill` allows for indexers to do the same
- Vector queries now have the ability to accept an image in the form of a URL or base64 encoded string
- Add support for enrichment of search results with your own ML model [#29594](https://github.com/Azure/azure-sdk-for-js/pull/29594)
- `AzureMachineLearningVectorizer` leverages your Azure AI Studio model deployment to generate embeddings for text provided at query time
- Add support for search indexers to use OneLake as a data source [#29594](https://github.com/Azure/azure-sdk-for-js/pull/29594)
- Add support for search score and vector similarity to be used as a threshold on the results of vector queries [#29594](https://github.com/Azure/azure-sdk-for-js/pull/29594)
- Add support for hybrid search [#29594](https://github.com/Azure/azure-sdk-for-js/pull/29594)

## 12.1.0-beta.1 (2024-02-06)

### Breaking Changes
Expand Down
Loading

0 comments on commit 590d5a8

Please sign in to comment.