mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
docs: Update adk cli help message regarding the update to SqliteSessionService
Co-authored-by: Shangjie Chen <deanchen@google.com> PiperOrigin-RevId: 830521954
This commit is contained in:
committed by
Copybara-Service
parent
7b87056dfa
commit
2443a1b74f
@@ -877,8 +877,12 @@ def adk_services_options():
|
||||
sessions. <agent_engine> can either be the full qualified resource
|
||||
name 'projects/abc/locations/us-central1/reasoningEngines/123' or
|
||||
the resource id '123'.
|
||||
- Use 'sqlite://<path_to_sqlite_file>' to connect to a SQLite DB.
|
||||
- See https://docs.sqlalchemy.org/en/20/core/engines.html#backend-specific-urls for more details on supported database URIs."""
|
||||
- Use 'sqlite://<path_to_sqlite_file>' to connect to an aio-sqlite
|
||||
based session service, which is good for local development.
|
||||
- Use 'postgresql://<user>:<password>@<host>:<port>/<database_name>'
|
||||
to connect to a PostgreSQL DB.
|
||||
- See https://docs.sqlalchemy.org/en/20/core/engines.html#backend-specific-urls
|
||||
for more details on other database URIs supported by SQLAlchemy."""
|
||||
),
|
||||
)
|
||||
@click.option(
|
||||
|
||||
Reference in New Issue
Block a user