Skip to content

Commit 96c7879

Browse files
committed
remove a file
1 parent d5de06b commit 96c7879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/vector-search-how-to-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This article uses REST for illustration. For code samples in other languages, se
3030

3131
+ [A vector store on Azure AI Search](vector-search-how-to-create-index.md).
3232

33-
+ Visual Studio Code with a [REST client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) and sample data if you want to run these examples on your own. See [Quickstart: Text search using REST](search-get-started-rest.md) for help with getting started.
33+
+ Visual Studio Code with a [REST client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) and sample data if you want to run these examples on your own. See [Quickstart: Azure AI Search using REST](search-get-started-rest.md) for help with getting started.
3434

3535
> [!TIP]
3636
> To quickly determine whether your index has vectors, look for fields of type `Collection(Edm.Single)`, with a `dimensions` attribute, and a `vectorSearchProfile` assignment.

0 commit comments

Comments
 (0)