Skip to content

Commit 17551f2

Browse files
author
ecfan
committed
Update draft
1 parent 0cb4d1a commit 17551f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/logic-apps/ai-resources.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 11/11/2024
99
#CustomerIntent: I want examples, samples, and other resources to help me learn how to integrate Ai into logic app workflows.
1010
---
1111

12-
# AI playbook and examples for Standard workflows in Azure Logic Apps
12+
# AI playbook, examples, and other resources for Standard workflows in Azure Logic Apps
1313

1414
[!INCLUDE [logic-apps-sku-standard](../../includes/logic-apps-sku-standard.md)]
1515

@@ -19,9 +19,9 @@ This guide provides examples, samples, and other resources to help you learn how
1919

2020
The following sections describe built-in operations and documentation that you can use to build Standard workflows for AI integration scenarios, such as document ingestion and making it possible for customers to "chat with the data".
2121

22-
### Parse a document and chunk text operations
22+
### Actions that parse content and chunk text
2323

24-
The **Parse a document** and **Chunk text** built-in or "in-app" actions help you prepare content for Azure AI services to consume in your workflows. Connectors for Azure AI services such as **Azure OpenAI** and **Azure AI Search** usually expect tokenized input and can handle only a limited number of tokens.
24+
The **Parse a document** and **Chunk text** actions are built-in or "in-app" operations that help you prepare content for consumption by Azure AI services in your workflows. Connectors for Azure AI services such as **Azure OpenAI** and **Azure AI Search** usually expect tokenized input and can handle only a limited number of tokens.
2525

2626
| Action | Description |
2727
|--------|-------------|
@@ -32,9 +32,9 @@ Both these actions don't require any custom logic or configuration to use. This
3232

3333
For a guide that shows how to use these actions in your Standard workflow, see [Parse or chunk content for Standard workflows in Azure Logic Apps](/azure/logic-apps/parse-document-chunk-text).
3434

35-
### Azure OpenAI and Azure AI Search operations
35+
### Operations for Azure OpenAI and Azure AI Search
3636

37-
The **Azure AI Search** and **Azure OpenAI** built-in or "in-app" connectors provide operations that help you integrate the natural language processing capabilities in Azure Open AI with the intelligent search capabilities in Azure AI Search. These connectors simplify backend processes with codeless setup and reduce complexity around integrating AI capabilities into your workflows.
37+
The **Azure AI Search** and **Azure OpenAI** connectors provide built-in or "in-app" operations that help you integrate the natural language processing capabilities in Azure Open AI with the intelligent search capabilities in Azure AI Search. These connectors simplify backend processes with codeless setup and reduce complexity around integrating AI capabilities into your workflows.
3838

3939
| Connector | Description |
4040
|-----------|-------------|

0 commit comments

Comments
 (0)