Skip to content

Commit 3bdc894

Browse files
committed
format
1 parent bb490c3 commit 3bdc894

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/search/includes/quickstarts/search-get-started-vector-dotnet.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,12 @@ You can add filters, but the filters are applied to the nonvector content in you
141141
:::code language="csharp" source="~/azure-search-dotnet-samples/quickstart-vector-search/vectorsearchexamples/SearchExamples.cs" id="SearchSingleVectorWithFilter":::
142142
143143
1. Run the project again, and the status of each document is printed below it:
144-
145-
```output
146-
Single Vector Search With Filter Results:
147-
Score: 0.6605852, HotelId: 48, HotelName: Nordick's Valley Motel, Tags: continental breakfastair conditioningfree wifi
148-
Score: 0.57902366, HotelId: 2, HotelName: Old Century Hotel, Tags: poolfree wifiair conditioningconcierge
149-
```
144+
145+
```output
146+
Single Vector Search With Filter Results:
147+
Score: 0.6605852, HotelId: 48, HotelName: Nordick's Valley Motel, Tags: continental breakfastair conditioningfree wifi
148+
Score: 0.57902366, HotelId: 2, HotelName: Old Century Hotel, Tags: poolfree wifiair conditioningconcierge
149+
```
150150
151151
The query was the same as the previous [single vector search example](#single-vector-search), but it includes a post-processing exclusion filter and returns only the two hotels that have free Wi-Fi.
152152
@@ -224,7 +224,7 @@ Hybrid search consists of keyword queries and vector queries in a single search
224224
Tags: poolfree wifiair conditioningconcierge
225225
```
226226
227-
Because Reciprocal Rank Fusion (RRF) merges results, it helps to review the inputs. The following results are from only the full-text query. The top two results are Sublime Palace Hotel and History Lion Resort. The Sublime Palace Hotel has a stronger BM25 relevance score.
227+
Because Reciprocal Rank Fusion (RRF) merges results, it helps to review the inputs. The following results are from only the full-text query. The top two results are Sublime Palace Hotel and History Lion Resort. The Sublime Palace Hotel has a stronger BM25 relevance score.
228228
229229
```json
230230
{

0 commit comments

Comments
 (0)