Skip to content

Commit 3eda868

Browse files
Merge pull request #277600 from farzad528/docs-editor/vector-search-how-to-generate-1717782026
Update vector-search-how-to-generate-embeddings.md
2 parents c007654 + e10a338 commit 3eda868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/vector-search-how-to-generate-embeddings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 10/30/2023
1616

1717
Azure AI Search doesn't host vectorization models, so one of your challenges is creating embeddings for query inputs and outputs. You can use any embedding model, but this article assumes Azure OpenAI embeddings models. Demos in the [sample repository](https://github.com/Azure/azure-search-vector-samples/tree/main) tap the [similarity embedding models](/azure/ai-services/openai/concepts/models#embeddings-models) of Azure OpenAI.
1818

19-
Dimension attributes have a minimum of 2 and a maximum of 3072 dimensions per vector field.
19+
Dimension attributes have a minimum of 2 and a maximum of 4096 dimensions per vector field.
2020

2121
> [!NOTE]
2222
> This article applies to the generally available version of [vector search](vector-search-overview.md), which assumes your application code calls an external resource such as Azure OpenAI for vectorization. A new feature called [integrated vectorization](vector-search-integrated-vectorization.md), currently in preview, offers embedded vectorization. Integrated vectorization takes a dependency on indexers, skillsets, and either the AzureOpenAIEmbedding skill or a custom skill that points to a model that executes externally from Azure AI Search.

0 commit comments

Comments
 (0)