Browse Source

Simplified Linear and RRF Retrievers Docs - Add Links to Examples (#130837)

Mike Pellegrini 3 months ago
parent
commit
d4784baf94
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/elasticsearch/rest-apis/retrievers.md

+ 2 - 2
docs/reference/elasticsearch/rest-apis/retrievers.md

@@ -1200,8 +1200,8 @@ Note, however, that wildcard field patterns will only resolve to fields that eit
 
 ### Examples
 
-<!-- - [RRF with the multi-field query format](docs-content://solutions/search/retrievers-examples.md#retrievers-examples-rrf-multi-field-query-format) -->
-<!-- - [Linear retriever with the multi-field query format](docs-content://solutions/search/retrievers-examples.md#retrievers-examples-linear-multi-field-query-format) -->
+- [RRF with the multi-field query format](docs-content://solutions/search/retrievers-examples.md#retrievers-examples-rrf-multi-field-query-format)
+- [Linear retriever with the multi-field query format](docs-content://solutions/search/retrievers-examples.md#retrievers-examples-linear-multi-field-query-format)
 
 ## Common usage guidelines [retriever-common-parameters]