Skip to content

Commit 3665686

Browse files
authored
Fix Acrolinx error in vector search query example
1 parent 4fcda30 commit 3665686

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
@@ -497,7 +497,7 @@ Because nearest neighbor search always returns the requested `k` neighbors, it's
497497

498498
This parameter is still in preview. We recommend preview REST API version [2024-05-01-preview](/rest/api/searchservice/documents/search-post?view=rest-searchservice-2024-05-01-preview&preserve-view=true).
499499

500-
In this example, all matches that score below 0.8 are excluded from vector search results, even if the number of results fall below `k`.
500+
In this example, all matches that score below 0.8 are excluded from vector search results, even if the number of results falls below `k`.
501501

502502
```http
503503
POST https://[service-name].search.windows.net/indexes/[index-name]/docs/search?api-version=2024-05-01-preview

0 commit comments

Comments
 (0)