We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 688df97 + c539cff commit ddc61c5Copy full SHA for ddc61c5
02-use-cases/data_analysis_with_datalake/README.md
@@ -64,7 +64,7 @@
64
65
### 1. 配置文件设置
66
67
-编辑 `data_analysis_with_code/agentkit_deploy/settings.txt` 文件,可选配置以下:
+编辑 `data_analysis_with_datalake/settings.txt` 文件,可选配置以下 or export these env variable instead.
68
69
```
70
MODEL_AGENT_API_KEY=your_api_key_here
@@ -81,6 +81,10 @@ uv venv -p 3.12 .venv
81
source .venv/bin/activate
82
uv pip install -r requirements.txt
83
84
+# cli run
85
+adk run data_analysis_with_datalake
86
+#Prompt: what is data and list movies with score > 9 from director Francis Ford
87
+
88
# veadk运行
89
veadk web
90
0 commit comments