RAG from scratch: Query Translation
(Multi-Query)
Lance Martin
Software Engineer, LangChain
Query Translation
Problem statement
General approaches to transform questions
Transform a question into multiple perspectives
Intuition: Improve search
Use this with parallelized retrieval
Code walk-through