Hello,
I have a question about how vectors work with assistants. I would like to summarize PDFs by passing sequences of instructions to an assistant. For now, I have created a vector from my PDF and used a generic prompt to summarize the important points of the document.
However, I wonder if this is the right approach because I think that by using a vector, the API internally uses RAG (Retrieval-Augmented Generation), and since I am not asking specific questions, it may not be able to summarize the document optimally. Is this really how it works, or am I using the right method according to you?
Thank you!