How to add context for more than 800 documents? #32374
Unanswered
SCantergiani
asked this question in
Q&A
Replies: 1 comment
-
Looks like what you’re running into is pretty close to Problem #6 (context collapse with long doc sets). There’s a lightweight way to guard against it without fully changing your pipeline — basically treating it like a “semantic firewall” to stop drift. If you’d like, I can share the problem map + checklist I use (covers 16 common failure cases, including this one). Just let me know and I’ll send the link. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to build an LLM that can create a timeline with the most relevant information from over 800 documents. Let's say the content of each document is small, but I'm having a hard time getting my RAG to provide more than 10 dates with their respective summaries. What's the best way to do this?
this is my code:
Beta Was this translation helpful? Give feedback.
All reactions