Skip to content

Commit 8bdc72c

Browse files
committed
resolve build issues
1 parent 7e96e49 commit 8bdc72c

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

articles/ai-services/content-understanding/concepts/analyzers-overview.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ Analyzers are the core processing units in Content Understanding that define how
2727
* Content extraction configurations - determining what foundational elements to extract.
2828
* Field extraction schemas - specifying how to get the fields(extract/generate/classify) from the content.
2929

30-
:::image type="content" source="../concepts/analyzer-architecture.png" alt-text="Screenshot of Analyzer architecture.":::
31-
3230
Key benefits of analyzers include:
3331

3432
* **Consistency**: Analyzers ensure uniform processing across all content by applying the same extraction rules and schemas, delivering reliable and predictable results.
@@ -85,7 +83,7 @@ The value lies in its ability to handle multiple content types (text, audio, vid
8583

8684
Each modality supports specific generation approaches optimized for that content type. We support the following methods across modalities.
8785
> [!NOTE]
88-
> Extract method is only supported for documents for now. To learn more about modality support, *see* [field schema limits](service-limits.md#Field-schema-limits) page.
86+
> Extract method is only supported for documents for now. To learn more about modality support, *see* [field schema limits](../service-limits.md#Field-schema-limits) page.
8987
>
9088
> There's a distinction between digital documents (PDFs, DOCX, etc.) and text documents (plain text, markdown, HTML) in terms of content extraction capabilities.
9189
@@ -139,7 +137,7 @@ Azure AI Content Understanding supports three processing locations:
139137

140138
1. **Video Content Analysis**: A media company with a global audience wants to analyze video content for metadata extraction and tagging. Choosing a global processing location enables optimization of performance and scalability, ensuring efficient processing of large volumes of video data.
141139

142-
To learn more, *see* [Azure OpenAI Deployment Data processing Locations](../../openai/how-to/deployment-types.ms#azure-openai-deployment-data-processing-locations).
140+
To learn more, *see* [Azure OpenAI Deployment Data processing Locations](../../openai/how-to/deployment-types.md#azure-openai-deployment-data-processing-locations).
143141

144142
## Next steps
145143

articles/ai-services/content-understanding/concepts/retrieval-augmented-generation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Content extraction forms the foundation of effective **RAG** systems by transfor
6262
* **Audio:** Generate speaker-aware transcriptions that accurately capture spoken content while automatically detecting and processing multiple languages.
6363
* **Video:** Video data is segmented into meaningful units, transcribe spoken content, and provide scene descriptions while addressing context window limitations in generative AI models.
6464

65-
While content extraction provides a strong foundation for indexing and retrieval, it may not fully address domain-specific needs or provide deeper contextual insights. Learn more about [content extraction](capabilities.md)
65+
While content extraction provides a strong foundation for indexing and retrieval, it may not fully address domain-specific needs or provide deeper contextual insights. Learn more about [content extraction](analyzers-overview.md)
6666

6767
### Field Extraction: Enhance knowledge bases for better retrieval
6868

@@ -75,7 +75,7 @@ Field extraction complements content extraction by generating targeted metadata
7575

7676
Combining content extraction with field extraction enables organizations to create a contextually rich knowledge base optimized for indexing, retrieval, and **RAG** scenarios, ensuring more accurate and meaningful responses to user queries.
7777

78-
Learn more about [field extraction](capabilities.md#field-extraction).
78+
Learn more about [field extraction](analyzers-overview.md#field-extraction).
7979

8080
#### Analyzer and schema configuration
8181

@@ -510,5 +510,5 @@ Content Understanding supports the following development options:
510510
* Try our **RAG** [code samples.](https://github.com/Azure-Samples/azure-ai-search-with-content-understanding-python#samples)
511511
* Follow our [**RAG** Tutorial](../tutorial/build-rag-solution.md)
512512
* Learn more about [document](../document/overview.md), [image](../image/overview.md), [audio](../audio/overview.md), [video](../video/overview.md) capabilities.
513-
* Learn more about Content Understanding [**best practices**](../concepts/best-practices.md) and [**capabilities**](../concepts/capabilities.md).
513+
* Learn more about Content Understanding [**best practices**](../concepts/best-practices.md) and [**capabilities**](../concepts/analyzers-overview.md).
514514
* Review Content Understanding [**code samples**](https://github.com/Azure-Samples/azure-ai-content-understanding-python/tree/main)

articles/ai-services/content-understanding/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ items:
3838
items:
3939
- name: Overview
4040
displayName: content understanding capabilities, document, text, images, video, audio, visual, structured, content, field, extraction
41-
href: concepts/capabilities.md
41+
href: concepts/analyzers-overview.md
4242
- name: Analyzer templates
4343
displayName: analyzer, templates, document, text, images, video, audio, multimodal, visual, structured, content, field, extraction
4444
href: concepts/analyzer-templates.md

articles/ai-services/content-understanding/tutorial/build-rag-solution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To get started, you need **An active Azure subscription**. If you don't have an
4242
* **API Version:** This tutorial uses the latest preview [API version](/rest/api/contentunderstanding/analyzers?view=rest-contentunderstanding-2024-12-01-preview&preview&preserve-view=true): `2024-12-01-preview`.
4343
* **Python Environment:** Install [Python 3.11](https://www.python.org/downloads/) to execute the provided code samples and scripts.
4444
* This tutorial follows this sample code can be found in our [Python notebook](https://github.com/Azure-Samples/azure-ai-search-with-content-understanding-python#samples). Follow the [README](https://github.com/Azure-Samples/azure-ai-search-with-content-understanding-python/blob/main/README.md) to create essential resources, grant resources the right Access control(IAM) roles and install all packages needed for this tutorial.
45-
* The [multimodal data](../concepts/capabilities.md) used in this tutorial consists of documents, images, audio, and video. They're designed to guide you through the process of building a robust RAG solution with Azure AI Content Understanding.
45+
* The [multimodal data](../concepts/analyzers-overview.md) used in this tutorial consists of documents, images, audio, and video. They're designed to guide you through the process of building a robust RAG solution with Azure AI Content Understanding.
4646

4747
## Extract data
4848

@@ -793,4 +793,4 @@ while True:
793793

794794
* [Try a multimodal content solution accelerator](https://github.com/microsoft/content-processing-solution-accelerator)
795795

796-
* [Learn more Content Understanding capabilities](../concepts/capabilities.md)
796+
* [Learn more Content Understanding capabilities](../concepts/analyzers-overview.md)

0 commit comments

Comments
 (0)