mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
8 lines
459 B
Markdown
8 lines
459 B
Markdown
|
# Rewrite-Retrieve-Read
|
||
|
|
||
|
**Rewrite-Retrieve-Read** is a method proposed in the paper [Query Rewriting for Retrieval-Augmented Large Language Models](https://arxiv.org/pdf/2305.14283.pdf)
|
||
|
|
||
|
> Because the original query can not be always optimal to retrieve for the LLM, especially in the real world... we first prompt an LLM to rewrite the queries, then conduct retrieval-augmented reading
|
||
|
|
||
|
We show how you can easily do that with LangChain Expression Language
|