Skip to content

Commit 2c8e09d

Browse files
shainaraskaschrisparrinello
authored andcommitted
Fix syntax on applies to in retrievers-examples.md (elastic#137386)
This is blocking the docs build
1 parent a78e447 commit 2c8e09d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/reference/elasticsearch/rest-apis/retrievers/retrievers-examples.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,10 @@ This returns the following response based on the final rrf score for each result
199199
::::
200200

201201

202-
### Using the expanded format with weights {applies_to}`stack: ga 9.2`
202+
### Using the expanded format with weights
203+
```{applies_to}
204+
stack: ga 9.2
205+
```
203206

204207
The same query can be written using the expanded format, which allows you to specify custom weights to adjust the influence of each retriever on the final ranking.
205208
In this example, we're giving the `standard` retriever twice the influence of the `knn` retriever:

0 commit comments

Comments
 (0)