Skip to content

Commit 296e49a

Browse files
authored
Update hybrid-search-how-to-query.md
1 parent 099e3ae commit 296e49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ In this article, learn how to:
5050

5151
1. Under **View**, select **JSON view** so that you can paste in a vector query.
5252

53-
1. Replace the default query template with a hybrid query, such as the "Run a hybrid query" example starting on line 539 in the [vector quickstart](https://github.com/Azure-Samples/cognitive-services-REST-api-samples). For brevity, the vector is truncated in this article.
53+
1. Replace the default query template with a hybrid query, such as the "Run a hybrid query" example starting on line 539 in the [vector quickstart](https://raw.githubusercontent.com/Azure-Samples/azure-search-rest-samples/refs/heads/main/Quickstart-vectors/az-search-quickstart-vectors.rest). For brevity, the vector is truncated in this article.
5454

5555
A hybrid query has a text query specified in `search`, and a vector query specified under `vectorQueries.vector`.
5656

0 commit comments

Comments
 (0)