Find answers from the community

Updated 2 months ago

Hi everyone! I have a general question

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.
L
1 comment
probably metadata filtering
Add a reply
Sign up and join the conversation on Discord