defenseunicorns / leapfrogai

Production-ready Generative AI for local, cloud native, airgap, and edge deployments.
https://leapfrog.ai
Apache License 2.0
254 stars 29 forks source link

ADR: RAG Multitenancy Approach #319

Open barronstone opened 6 months ago

barronstone commented 6 months ago

Description: To deliver RAG (e.g. "chat with your docs") capabilities in a SaaS-type environment, we need to determine our approach to multitenancy. How can we ensure a clear separation of mission data between organizations, as well as ensure individual users can only access data for which they have permissions/privilege (e.g., ABAC/RBAC)?

Tasks:

gregclark-defenseunicorns commented 3 months ago

@barronstone Does this need to stay open?