Hello, I have created a RAG on Azure with a Blob storage as well as an indexer that goes through the documents i have uploaded. The documents are PDF files with plain texts only. The titles on the files are a bit similar to each othe. Some titles explicitly explains what the document is referring to, while others (e.g. books) do not. I am wondering how i can make sure in the best way possible that the RAG (indexer) is going through all documents and retrieving the most relevant?
Should i perhaps change the title on the documents or should i add descriptions in the beginning of the documents explaining the content? Or do i need to add another file explaining shortly what each document is explaining?
Thanks in advance!