Hi everyone! I have a general question about RAG and Data Privacy. I'm using llama-index to build an internal Q&A chatbot, which is fed by multiple data sources (Slack, Confluence, Jira, Google Docs).
Now, when a user talks to the bot, I want to fetch documents which this user is allowed to see. For example, if a user is allowed to see document X but not document Y, I want the semantic search to exclude document Y.
What's the best way of doing that? Are there any best practices around this issue? I couldn't find much information online, and specifically about llama-index + privacy.