RAG Use Case

Problem : - Question answering on a document.

I have a product and it has frequent updates with release notes. It is difficult for my client to go through the documents every time and hence they prefer a conversational interface where they can query the release notes. Now , I am able to solve simple questions and release specific questions regarding features and all using RAG approach. But If the user is asking a question where I have to compare two different release notes and find the answer then it’s bit difficult. Is there a way I can improve the answers and implement a better method? Any suggestions are appreciated. Thanks in advance.

Please share an example for me to better understand your question.

For example, Imagine the release notes available are 7.8 and 7.9 and the questions can be

  1. what are the differences between the release note 7.8 and 7.9
  2. How does the feature xyz different in the 7.8 and 7.9 versions?

Note, The release notes might not be in english and each release notes has 50+ pages.

see if this would help