docs/how_to/long_context_reorder/ #28403
Replies: 1 comment
-
Is it better to use some rerank model? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
docs/how_to/long_context_reorder/
Substantial performance degradations in RAG applications have been documented as the number of retrieved documents grows (e.g., beyond ten). In brief: models are liable to miss relevant information in the middle of long contexts.
https://python.langchain.com/docs/how_to/long_context_reorder/
Beta Was this translation helpful? Give feedback.
All reactions