Greg Richardson
Greg Richardson
Great suggestion @pea-sys, PR's welcome!
Thanks @nogurtMon - we're working with @samwillis to support this via a WASM version of `pg_dump`. Stay tuned!
Thanks for reporting @littlefury08. To help debug, could you provide: - Browser version - OS If you refresh the page, does it ever finish loading, or does it always hang...
Great suggestion. This would probably be a good use case for @fsansalvadore's [`multi-select`](https://github.com/supabase/supabase/blob/d30ec48b50f4fafc643c13d2cc0764e32081b7f7/packages/ui-patterns/multi-select/multi-select.tsx) 😄
Holding off on merging this as the initial chat behaviour seems to regressed (can't just say "books" and a books table appears immediately). Going to test a few prompt updates.
Thanks for the suggestion @zetolhousa. We're working on mobile support which might address this (by placing the diagram and chat in separate tabs). If this works well we can expand...
Hey folks, thanks for the suggestion. We like the idea of both opening this up to other LLM providers/models and also BYO-API key. The tricky part with supporting other models...
Tracking ability to disable rate limiter here: https://github.com/supabase-community/postgres-new/issues/121
Yes this is true, and technically already possible via the `OPENAI_API_BASE` and `OPENAI_MODEL` env vars if you self-host (see [docs](https://github.com/supabase-community/postgres-new/tree/main/apps/postgres-new#environment-variables)). Again though YMMV using other models with the current prompts....
Thanks @rajaraodv! Working on it https://github.com/supabase-community/postgres-new/pull/58 🫡