Skip to content

Commit cda87c3

Browse files
committed
delete score from semantic query
1 parent d3f36f9 commit cda87c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

solutions/search/esql-full-text-filter-tutorial.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,8 @@ POST /cooking_blog/_doc
337337
Once the document has been processed by the underlying model running on the inference endpoint, you can perform semantic searches. Here's an example natural language query against the `semantic_description` field:
338338

339339
```esql
340-
FROM cooking_blog METADATA _score
340+
FROM cooking_blog
341341
| WHERE semantic_description:"What are some easy to prepare but nutritious plant-based meals?"
342-
| SORT _score DESC
343342
| LIMIT 5
344343
345344
```

0 commit comments

Comments
 (0)