Architecture Advice: Translating Natural Language into Database Queries
The user seeks advice on building a feature that allows users to retrieve data using natural language queries. They are interested in ensuring security through Row Level Security (RLS) and are looking for examples, tools, or architectural advice to implement this feature safely. Another user suggests using edge functions to convert queries into SQL while enforcing RLS.
Database
Edge Functions
Security