Hi everyone,
Quick question here. I am dealing with a bunch of legal documents. As you may I have guessed, legal documents are sometimes dated, especially judgments / case law.
When retrieving such information with RAG, I have two challenges. Sometimes I want to organize such information in a chronological order. Sometimes I want to keep the most recent information as the oldest information would be irrelevant.
I haven’t found anything, but I was wondering if there was any RAG practice that could help handle such scenario?
If not, are there any alternatives? I guess I could do that using a prompt to GPT, but obviously this would increase the processing time & cost. Hence my question about cheaper methods.
Thanks a lot for your help