diff --git a/py/pyproject.toml b/py/pyproject.toml index 7097bfd07..8d91addd6 100644 --- a/py/pyproject.toml +++ b/py/pyproject.toml @@ -80,7 +80,7 @@ rag = { workspace = true } vertex-ai-model-garden = { workspace = true } vertex-ai-reranker = { workspace = true } vertex-ai-vector-search = { workspace = true } - +vertex-ai-imagen = { workspace = true } [tool.uv.workspace] members = ["packages/*", "plugins/*", "samples/*"] diff --git a/py/samples/vetex-ai-imagen/LICENSE b/py/samples/vertex-ai-imagen/LICENSE similarity index 100% rename from py/samples/vetex-ai-imagen/LICENSE rename to py/samples/vertex-ai-imagen/LICENSE diff --git a/py/samples/vetex-ai-imagen/README.md b/py/samples/vertex-ai-imagen/README.md similarity index 79% rename from py/samples/vetex-ai-imagen/README.md rename to py/samples/vertex-ai-imagen/README.md index 8437f509c..b5fa93ced 100644 --- a/py/samples/vetex-ai-imagen/README.md +++ b/py/samples/vertex-ai-imagen/README.md @@ -16,5 +16,5 @@ in a directory you mention by --directory. The command to run: ```bash -genkit start -- uv run --directory py samples/vetex-ai-imagen/example_imagen.py +genkit start -- uv run --directory py samples/vertex-ai-imagen/src/vertex-ai-imagen.py ``` diff --git a/py/samples/vetex-ai-imagen/pyproject.toml b/py/samples/vertex-ai-imagen/pyproject.toml similarity index 100% rename from py/samples/vetex-ai-imagen/pyproject.toml rename to py/samples/vertex-ai-imagen/pyproject.toml diff --git a/py/samples/vetex-ai-imagen/example_imagen.py b/py/samples/vertex-ai-imagen/src/vertex-ai-imagen.py similarity index 100% rename from py/samples/vetex-ai-imagen/example_imagen.py rename to py/samples/vertex-ai-imagen/src/vertex-ai-imagen.py diff --git a/py/uv.lock b/py/uv.lock index 55a21d50b..63ac3a7a4 100644 --- a/py/uv.lock +++ b/py/uv.lock @@ -1187,7 +1187,7 @@ wheels = [ [[package]] name = "imagen" version = "0.1.0" -source = { editable = "samples/vetex-ai-imagen" } +source = { editable = "samples/vertex-ai-imagen" } dependencies = [ { name = "genkit" }, { name = "genkit-firebase-plugin" },