File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
quickstart-semantic-ranking-js/src
quickstart-semantic-ranking-ts/src Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ const searchClient = new SearchClient(
77 credential
88) ;
99
10- const results = await searchClient . search ( "walking distance to live music" , {
10+ const results = await searchClient . search ( "What's a good hotel for people who like to read" , {
11+
1112 queryType : "semantic" ,
1213 semanticSearchOptions : {
1314 configurationName : semanticConfigurationName ,
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ const searchClient = new SearchClient<HotelDocument>(
77 credential
88) ;
99
10- const results = await searchClient . search ( "walking distance to live music" , {
10+ const results = await searchClient . search ( "What's a good hotel for people who like to read" , {
11+
1112 queryType : "semantic" ,
1213 semanticSearchOptions : {
1314 configurationName : semanticConfigurationName ,
You can’t perform that action at this time.
0 commit comments