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.