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/search/search-get-started-vector.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: Quickstart vector search
2
+
title: 'Quickstart: Use the Search REST APIs for Vector Search'
3
3
titleSuffix: Azure AI Search
4
-
description: In this quickstart, learn how to call the Azure AI Search REST APIs for vector workloads.
4
+
description: In this quickstart, you learn how to call the Search REST APIs for vector workloads in Azure AI Search.
5
5
author: haileytap
6
6
ms.author: haileytapia
7
7
ms.service: azure-ai-search
@@ -11,25 +11,24 @@ ms.topic: quickstart
11
11
ms.date: 12/03/2024
12
12
---
13
13
14
-
# Quickstart: Vector search by using REST
14
+
# Quickstart: Perform vector search using REST
15
15
16
-
Learn how to use the [Search REST APIs](/rest/api/searchservice) to create, load, and query vectors in Azure AI Search.
16
+
In this quickstart, you use the [Azure AI Search REST APIs](/rest/api/searchservice) to create, load, and query vectors.
17
17
18
18
In Azure AI Search, a [vector store](vector-store.md) has an index schema that defines vector and nonvector fields, a vector search configuration for algorithms that create the embedding space, and settings on vector field definitions that are evaluated at query time. The [Create Index](/rest/api/searchservice/indexes/create-or-update) REST API creates the vector store.
19
19
20
-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
21
-
22
20
> [!NOTE]
23
21
> This quickstart omits the vectorization step and provides embeddings in sample documents. If you want to add [built-in data chunking and vectorization](vector-search-integrated-vectorization.md) over your own content, try the [**Import and vectorize data** wizard](search-get-started-portal-import-vectors.md) for an end-to-end walkthrough.
24
22
25
23
## Prerequisites
26
24
27
-
-[Visual Studio Code](https://code.visualstudio.com/download) with a [REST client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client).
25
+
-An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
28
26
29
-
-[Azure AI Search](search-what-is-azure-search.md), in any region and on any tier. [Create](search-create-service-portal.md) or [find an existing Azure AI Search resource](https://portal.azure.com/#view/Microsoft_Azure_ProjectOxford/CognitiveServicesHub/~/CognitiveSearch)under your current subscription.
30
-
- You can use the *Free* tier for most of this quickstart, but *Basic*or higher is recommended for larger data files.
27
+
-An Azure AI Search service. [Create a service](search-create-service-portal.md) or [find an existing service](https://portal.azure.com/#view/Microsoft_Azure_ProjectOxford/CognitiveServicesHub/~/CognitiveSearch)in your current subscription.
28
+
- You can use a free search service for most of this quickstart, but we recommend the Basic tier or higher for larger data files.
31
29
- To run the query example that invokes [semantic reranking](semantic-search-overview.md), your search service must be the *Basic* tier or higher, with [semantic ranker enabled](semantic-how-to-enable-disable.md).
32
30
31
+
-[Visual Studio Code](https://code.visualstudio.com/download) with a [REST client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client).
0 commit comments