Limitations
Known constraints of the current Voltbase MVP.
Current limits
- No refresh tokens for project auth — JWTs last ~7 days
- Presence is in-memory / single API instance
- Nested select is one level deep
- SDK update/delete currently keyed by
.eq('id', …) - No hosted embedding API — generate vectors with OpenAI/HF/etc.; Voltbase stores and queries them via pgvector
- Storage RLS is not implemented yet — protect buckets with key choice and app logic