Skip to content

Commit 9ad90bc

Browse files
Merge pull request #1110 from gmndrg/main
Update vector-search-integrated-vectorization-ai-studio.md
2 parents 633ff56 + 0d22c84 commit 9ad90bc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/search/cognitive-search-skill-textsplit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-search
88
ms.custom:
99
- ignite-2023
1010
ms.topic: reference
11-
ms.date: 10/01/2024
11+
ms.date: 10/29/2024
1212
---
1313

1414
# Text split cognitive skill
@@ -67,7 +67,7 @@ Parameters are case-sensitive.
6767
"textSplitMode": "pages",
6868
"unit": "azureOpenAITokens",
6969
"azureOpenAITokenizerParameters":{
70-
"encoderModelName":"cl100k",
70+
"encoderModelName":"cl100k_base",
7171
"allowedSpecialTokens": [
7272
"[START]",
7373
"[END]"

articles/search/vector-search-integrated-vectorization-ai-studio.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-search
88
ms.custom:
99
- build-2024
1010
ms.topic: how-to
11-
ms.date: 05/08/2024
11+
ms.date: 10/29/2024
1212
---
1313

1414
# How to implement integrated vectorization using models from Azure AI Studio
@@ -161,6 +161,8 @@ You must add the `/v1/embed` path onto the end of the URL that you copied from y
161161

162162
The URI and key are generated when you deploy the model from the catalog. For more information about these values, see [How to deploy Cohere Embed models with Azure AI Studio](/azure/ai-studio/how-to/deploy-models-cohere-embed).
163163

164+
Note that image URIs are not supported by this integration at this time.
165+
164166
```json
165167
{
166168
"@odata.type": "#Microsoft.Skills.Custom.AmlSkill",

0 commit comments

Comments
 (0)