Skip to content

Commit c6bc5a7

Browse files
Merge pull request #270393 from gmndrg/main
Update vector-search-how-to-create-index.md
2 parents 47d3d83 + 356ec0f commit c6bc5a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/vector-search-how-to-create-index.md

Lines changed: 2 additions & 2 deletions
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: 01/29/2024
12+
ms.date: 03/27/2024
1313
---
1414

1515
# Create a vector store
@@ -48,7 +48,7 @@ Make sure your documents:
4848

4949
1. Provide vector data (an array of single-precision floating point numbers) in source fields.
5050

51-
Vector fields contain numeric data generated by embedding models, one embedding per field. We recommend the embedding models in [Azure OpenAI](https://aka.ms/oai/access), such as **text-embedding-ada-002** for text documents or the [Image Retrieval REST API](/rest/api/computervision/2023-02-01-preview/image-retrieval/vectorize-image) for images.
51+
Vector fields contain numeric data generated by embedding models, one embedding per field. We recommend the embedding models in [Azure OpenAI](https://aka.ms/oai/access), such as **text-embedding-ada-002** for text documents or the [Image Retrieval REST API](/rest/api/computervision/2023-02-01-preview/image-retrieval/vectorize-image) for images. Only index top-level vector fields are supported: Vector sub-fields are not currently supported.
5252

5353
1. Provide other fields with human-readable alphanumeric content for the query response, and for hybrid query scenarios that include full text search or semantic ranking in the same request.
5454

0 commit comments

Comments
 (0)