Skip to content

Multi-documnet RAG #8619

Closed Answered by dosubot bot
snassimr asked this question in Q&A
Oct 31, 2023 · 3 comments
Discussion options

You must be logged in to vote

🤖

Hello @snassimr,

It's great to see you again and I'm glad to see you're exploring multi-document Retrieval-Augmented Generation (RAG) with LlamaIndex.

There are indeed several techniques you can use to build a multi-document RAG, and I'm glad you found the example in the tutorial helpful. Here are some additional techniques you might find useful:

  1. Decoupling Chunks Used for Retrieval vs. Chunks Used for Synthesis: This technique involves separating the chunks used for retrieval from those used for synthesis. You can find more details in our production RAG guide.

  2. Structured Retrieval for Larger Document Sets: This technique is useful when dealing with a large number of documents. It i…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by snassimr
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
3 participants
Converted from issue

This discussion was converted from issue #8613 on November 01, 2023 06:12.