testtest123's picture
Initial commit: Multimodal RAG Pipeline V3.0 with Fallback Logic
2ecc4a7
Raw
History Blame Contribute Delete
395 Bytes
-- Disable RLS for local testing demo
ALTER TABLE users DISABLE ROW LEVEL SECURITY;
ALTER TABLE documents DISABLE ROW LEVEL SECURITY;
ALTER TABLE chunks DISABLE ROW LEVEL SECURITY;
ALTER TABLE chunk_vectors DISABLE ROW LEVEL SECURITY;
ALTER TABLE colbert_tokens DISABLE ROW LEVEL SECURITY;
-- Ensure the 'admin' user is seeded if we can
-- (The backend seed_admin will do this once RLS is off)