Skip to content

Cross-Document RAG #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Linnore opened this issue Jan 3, 2025 · 1 comment
Open

Cross-Document RAG #54

Linnore opened this issue Jan 3, 2025 · 1 comment

Comments

@Linnore
Copy link

Linnore commented Jan 3, 2025

Is there a way to use MemoRAG on multiple documents? It seems currently we can do cross-document RAG in a brute-force way: concatenate multiple documents into a single one, then memorize the concatenated one. This may cause potential problems when the documents are in the same domain and of related topics, e.g., difference historical versions of the same reguration document.

I am considering applying MemoRAG as agents and orchestrated by Agentic RAG paradigm. Any advice on cross-document RAG?

@qhjqhj00
Copy link
Owner

thanks for your advice, will integrate in the next version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants