Skip to content

Commit f4f4981

Browse files
committed
Fixed bad link
1 parent 9d0d42b commit f4f4981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-get-started-vector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ In the next sections, we run queries against the `hotels-vector-quickstart` inde
659659
- [Single vector search](#single-vector-search)
660660
- [Single vector search with filter](#single-vector-search-with-filter)
661661
- [Hybrid search](#hybrid-search)
662-
- [Semantic hybrid search with filter](#semantic-hybrid-search-with-a-filter)
662+
- [Semantic hybrid search](#semantic-hybrid-search)
663663
664664
The example vector queries are based on two strings:
665665
@@ -1144,7 +1144,7 @@ Here's the last query in the collection. This hybrid query uses L2 semantic rank
11441144
11451145
Review the response, semantically reranked to promote results that are closest to the search string query (`historic hotel walk to restaurants and shopping`).
11461146
1147-
The Swirling Currents Hotel now moves into the top spot. Without semantic ranking, Nordick's Valley Motel is number one. With semantic ranking, the machine comprehension models recognize that *walking access to shopping and dining* is semantically equivalent to *walk to restaurants and shopping*.
1147+
The Swirling Currents Hotel now moves into the top spot. Without semantic reranking, Sublime Palace, with it's reference to *walking distance to the sites and landmarks of the city and is surrounded by the extraordinary beauty of churches, buildings, shops and monuments* is number one. With semantic ranking, the machine comprehension model promotes *walking access to shopping and dining* as a closer match to *walk to restaurants and shopping*.
11481148
11491149
```json
11501150
"@odata.count": 7,

0 commit comments

Comments
 (0)