Secure Multi-Tenant RAG System
Role-aware private RAG for department-specific document access.
Implemented a secure RAG platform that supports role-specific access to organizational knowledge.
- Built a LLaMA 3 based retrieval system with ChromaDB metadata filtering for access control.
- Developed a FastAPI and Streamlit stack with login-gated routes and session persistence.
- Used local inference workflows to preserve data privacy in sensitive retrieval scenarios.