We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4ed1e commit 3bab3acCopy full SHA for 3bab3ac
1 file changed
WDoc/docs/USAGE.md
@@ -204,7 +204,10 @@
204
205
* Possible values (can be combined if separated by _):
206
* `default`: cosine similarity retriever
207
- * `multiquery`: retriever that uses the LLM to reformulate your query to get different perspectives
+ * `multiquery`: retriever that uses the LLM to reformulate your
208
+ query to get different perspectives. This uses the strong LLM
209
+ and, as it requires complex output parsing for now it is
210
+ recommended to not use that retriever for average models.
211
* `knn`: knn
212
* `svm`: svm
213
* `parent`: parent chunk
0 commit comments