You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Documentation shows how to specify an external database to connect to (link) but Letta just dumps all created objects (tables, etc) into the public schema. This makes it hard to keep track of what database objects are owned by Letta.
Describe the solution you'd like
Support a LETTA_PG_SCHEMA option, where Letta will create all database objects inside the specified schema. Also, by default, Letta should not use the public schema, it should default to a schema name like letta.