Skip to content

Commit aadb458

Browse files
committed
edits
1 parent e0227be commit aadb458

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

articles/search/search-api-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Azure AI Search breaks backward compatibility as a last resort. Upgrade is neces
4343

4444
## How to upgrade
4545

46-
In your application code that makes direct calls to the REST APIs, modify the `api-version` parameter on the header of the request. For more information about formulating a REST call, see [Quickstart: using REST](search-get-started-rest.md#set-up-visual-studio-code).
46+
In your application code that makes direct calls to the REST APIs, modify the `api-version` parameter on the requst header. For more information about structuring a REST call, see [Quickstart: using REST](search-get-started-rest.md#set-up-visual-studio-code).
4747

48-
If you're using an Azure SDK, those packages target specific versions of the REST API. Package updates might coincide with a REST API update, but each SDK is on it's own release schedule that ships independently of Azure AI Search REST API versions. Check the change log of your SDK package to determine whether a package release targets a new REST API version.
48+
If you're using an Azure SDK, those packages target specific versions of the REST API. Package updates might coincide with a REST API update, but each SDK is on it's own release schedule that ships independently of Azure AI Search REST API versions. Check the change log of your SDK package to determine whether a package release targets the latest REST API version.
4949

5050
## Breaking change for client code that reads connection information
5151

articles/search/search-get-started-portal-import-vectors.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ This quickstart helps you get started with [integrated vectorization (preview)](
2121

2222
## Preview limitations
2323

24-
+ Source data is either Azure Blob Storage or OneLake files and shortcuts, using the default parsing mode (one search document per blob or file).
25-
+ The index schema is nonconfigurable.
24+
+ Source data is either Azure Blob Storage or OneLake files and shortcuts
25+
+ Document parsing mode is nonconfigurable. It's the default parsing mode (one search document per blob or file).
26+
+ Index schema is nonconfigurable. The schema provides vector and nonvector fields for chunked data.
2627
+ Chunking is nonconfigurable. The effective settings are:
2728

2829
```json

0 commit comments

Comments
 (0)