Skip to content

Commit 7079bd4

Browse files
authored
Update vector-search-how-to-configure-vectorizer.md
Updated with reference to embedding model best practices.
1 parent b9d5367 commit 7079bd4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/search/vector-search-how-to-configure-vectorizer.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: cognitive-search
99
ms.custom:
1010
- ignite-2023
1111
ms.topic: how-to
12-
ms.date: 03/27/2024
12+
ms.date: 03/28/2024
1313
---
1414

1515
# Configure a vectorizer in a search index
@@ -222,6 +222,10 @@ OperationEvent
222222
| where Name == "Query.Search" and AdditionalInfo["QueryMetadata"]["Vectors"] has "TextLength"
223223
```
224224

225+
## Best practices
226+
227+
If you are setting up an Azure OpenAI vectorizer, consider the same [best practices](cognitive-search-skill-azure-openai-embedding.md#best-practices) that we recommend for the Azure OpenAI embedding skill.
228+
225229
## See also
226230

227231
+ [Integrated vectorization (preview)](vector-search-integrated-vectorization.md)

0 commit comments

Comments
 (0)