Remix.run Logo
imjared 7 hours ago

The docs suggest that you can set the default provider to "None" to disable AI features: https://www.pgadmin.org/docs/pgadmin4/9.13/preferences.html#...

smartbit 6 hours ago | parent | next [-]

Note: AI features must be enabled in the server configuration

  LLM_ENABLED = True 
in config.py for these preferences to be available.
OptionOfT 5 hours ago | parent [-]

I did not enable this and yet I got the panel in the UI.

zenmac 6 hours ago | parent | prev | next [-]

It is nice that they have the default set to "None". However to have this feature in pgAmdin is as distraction from the project.

If it is just calling API anyway, then I don't want to have this in my db admin tool. It also expose surface area of potential data leakage.

bensyverson 6 hours ago | parent [-]

Worth pointing out that Postgres is perfectly usable without an admin dashboard at all

6 hours ago | parent | prev [-]
[deleted]