Hi all, I was wondering what is a best way to provide sensitive data to AI agent? I am building a chatbot for SaaS software, where user while previewing the document will have ability to ask some questions about it in chat that is related to it. So, my question is, what is a best way to provide doc content to AI agent?
I don't want to store it in vector db, because of potential information leak, neither I want to send document content with each user questions, because it is waste of tokens.