Skip to content

Commit c539cff

Browse files
authored
Update README.md
1 parent 688df97 commit c539cff

File tree

1 file changed

+5
-1
lines changed
  • 02-use-cases/data_analysis_with_datalake

1 file changed

+5
-1
lines changed

02-use-cases/data_analysis_with_datalake/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
### 1. 配置文件设置
6666

67-
编辑 `data_analysis_with_code/agentkit_deploy/settings.txt` 文件,可选配置以下
67+
编辑 `data_analysis_with_datalake/settings.txt` 文件,可选配置以下 or export these env variable instead.
6868

6969
```
7070
MODEL_AGENT_API_KEY=your_api_key_here
@@ -81,6 +81,10 @@ uv venv -p 3.12 .venv
8181
source .venv/bin/activate
8282
uv pip install -r requirements.txt
8383

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+
8488
# veadk运行
8589
veadk web
8690

0 commit comments

Comments
 (0)