Skip to content

Commit 3bab3ac

Browse files
docs: tell user not to use the multiquery retriever if using an average llm
1 parent df4ed1e commit 3bab3ac

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

WDoc/docs/USAGE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,10 @@
204204

205205
* Possible values (can be combined if separated by _):
206206
* `default`: cosine similarity retriever
207-
* `multiquery`: retriever that uses the LLM to reformulate your query to get different perspectives
207+
* `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.
208211
* `knn`: knn
209212
* `svm`: svm
210213
* `parent`: parent chunk

0 commit comments

Comments
 (0)