You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/elasticsearch/rest-apis/retrievers/retrievers-examples.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,10 @@ This returns the following response based on the final rrf score for each result
199
199
::::
200
200
201
201
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
+
```
203
206
204
207
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.
205
208
In this example, we're giving the `standard` retriever twice the influence of the `knn` retriever:
0 commit comments