Skip to content

Commit b097778

Browse files
committed
Tweaked wording
1 parent 0f1a16f commit b097778

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/search/search-how-to-integrated-vectorization.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,8 @@ To vectorize your chunked content, the skillset needs an embedding skill that po
597597
}
598598
```
599599

600+
1. Delete the skill definitions that don't apply to your embedding model.
601+
600602
1. If you're using the Azure OpenAI Embedding skill, set `dimensions` to the [number of embeddings generated by your embedding model](cognitive-search-skill-azure-openai-embedding.md#supported-dimensions-by-modelname).
601603

602604
> [!NOTE]
@@ -623,7 +625,7 @@ In addition to vector fields, the sample index in the following steps contains n
623625

624626
1. Use [Create Index](/rest/api/searchservice/indexes/create) to define a minimum schema.
625627

626-
1. so that you have a definition to work with before adding a vector configuration and vector fields.
628+
1. So that you have a definition to work with before adding a vector configuration and vector fields...
627629

628630
### [Python](#tab/vector-index-python)
629631

0 commit comments

Comments
 (0)