You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/parse-document-chunk-text.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,16 +20,16 @@ ms.date: 07/26/2024
20
20
21
21
Sometimes you have to convert content into token form or break down a large document into smaller pieces before you can use this content with some actions. For example, actions such as **Azure AI Search** or **Azure OpenAI** expect tokenized input and can handle only a limited number of tokens, which are words or chunks of characters.
22
22
23
-
For these scenarios, use the **Data Operations** actions named **Parse a document** and **Chunk text** in your Standard logic app workflow. These actions respectively convert content, such as a PDF document, CSV file, Excel file, and so on, into a tokenized string and then split the string into pieces, based on the number of tokens or characters. You can then reference and use these outputs with subsequent actions in your workflow.
23
+
For these scenarios, use the **Data Operations** actions named **Parse a document** and **Chunk text** in your Standard logic app workflow. These actions respectively convert content, such as a PDF document, CSV file, Excel file, and so on, into tokenized string output and then split the string into pieces, based on the number of tokens or characters. You can then reference and use these outputs with subsequent actions in your workflow.
24
24
25
25
> [!TIP]
26
26
>
27
27
> To learn more, you can ask Azure Copilot these questions:
28
28
>
29
+
> -*What is parsing in AI?*
29
30
> -*What is a token in AI?*
30
31
> -*What is tokenized input?*
31
-
> -*What is parsing in AI?*
32
-
> -*What is a tokenized string?*
32
+
> -*What is tokenized string output?*
33
33
> -*What is chunking in AI?*
34
34
>
35
35
> To find Azure Copilot, on the [Azure portal](https://portal.azure.com) toolbar, select **Copilot**.
@@ -196,5 +196,5 @@ The following example includes other actions that create a complete workflow pat
196
196
197
197
## Related content
198
198
199
-
[Integrate Azure AI services with Standard workflows in Azure Logic Apps](connectors/azure-ai.md)
200
-
[Chunking large documents for vector search](/azure/search/vector-search-how-to-chunk-documents)
199
+
-[Integrate Azure AI services with Standard workflows in Azure Logic Apps](connectors/azure-ai.md)
200
+
-[Chunking large documents for vector search](/azure/search/vector-search-how-to-chunk-documents)
0 commit comments