-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
services[Component] This issue is related to runtime services, e.g. sessions, memory, artifacts, etc[Component] This issue is related to runtime services, e.g. sessions, memory, artifacts, etc
Milestone
Description
Is your feature request related to a problem? Please describe.
When I'm using google.adk.cli.fast_api to run a multi-agent system and I want to use DatabaseSessionService, I am unable to specify a schema location. Because I already have a table called events and a another called sessions in the public schema, I am unable to use this.
Describe the solution you'd like
Be able to change the default schema for table location from the default public
Describe alternatives you've considered
Considered using AgentEngine w/ VertexAI but didn't want to be locked into the platform
Additional context
PostgreSQL database w/ default driver (psycopg2)
jnuvola
Metadata
Metadata
Assignees
Labels
services[Component] This issue is related to runtime services, e.g. sessions, memory, artifacts, etc[Component] This issue is related to runtime services, e.g. sessions, memory, artifacts, etc