Skip to content

Commit 793e895

Browse files
committed
Fixed links
1 parent 72de8d3 commit 793e895

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ For built-in data chunking, Azure AI Search offers the [Text Split skill](cognit
509509
> [!NOTE]
510510
> The Document Layout skill is in public preview. If you want to call this skill, use a preview REST API.
511511
512-
1. If you're using Azure AI Vision, [attach your Azure AI services multi-service resource](cognitive-search-attach-cognitive-services) after the `skills` array.
512+
1. If you're using Azure AI Vision, [attach your Azure AI services multi-service resource](cognitive-search-attach-cognitive-services.md) after the `skills` array.
513513

514514
```HTTP
515515
"skills": [],
@@ -724,7 +724,7 @@ In this section, you enable vectorization at query time by [adding a vectorizer
724724

725725
### [REST](#tab/vectorizer-rest)
726726

727-
1. Use [Create or Update Index](/rest/api/searchservice/indexes/create-or-update) to add the [Azure OpenAI vectorizer](vector-search-vectorizer-azure-open-ai.md), [Azure AI Vision vectorizer](vector-search-vectorizer-ai-services-vision.md), or [Azure AI Foundry model catalog vectorizer](vector-search-vectorizer-azure-machine-learning-ai-studio-catalog) to your index. You can paste one of the following definitions.
727+
1. Use [Create or Update Index](/rest/api/searchservice/indexes/create-or-update) to add the [Azure OpenAI vectorizer](vector-search-vectorizer-azure-open-ai.md), [Azure AI Vision vectorizer](vector-search-vectorizer-ai-services-vision.md), or [Azure AI Foundry model catalog vectorizer](vector-search-vectorizer-azure-machine-learning-ai-studio-catalog.md) to your index. You can paste one of the following definitions.
728728

729729
```HTTP
730730
"vectorizers": [
@@ -774,7 +774,7 @@ In this section, you enable vectorization at query time by [adding a vectorizer
774774

775775
## Create an indexer
776776

777-
In this section, you create an [indexer](search-indexer-overview.md) to drive the entire vectorization pipeline, from data retrieval to skillset execution to indexing. We recommend that you [run the indexer on a schedule]((search-howto-schedule-indexers.md)) to process changes or documents that were missed due to throttling.
777+
In this section, you create an [indexer](search-indexer-overview.md) to drive the entire vectorization pipeline, from data retrieval to skillset execution to indexing. We recommend that you [run the indexer on a schedule](search-howto-schedule-indexers.md) to process changes or documents that were missed due to throttling.
778778

779779
### [REST](#tab/indexer-rest)
780780

0 commit comments

Comments
 (0)