litellm/docs/docs_skeleton/docs/modules/chains/document/map_rerank.mdx
2023-07-29 07:00:13 -07:00

5 lines
No EOL
272 B
Text

# Map re-rank
The map re-rank documents chain runs an initial prompt on each document, that not only tries to complete a task but also gives a score for how certain it is in its answer. The highest scoring response is returned.
![map_rerank_diagram](/img/map_rerank.jpg)