Skip to content

Commit 37e677e

Browse files
committed
Update
1 parent 7dd03cd commit 37e677e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cookbook/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
data/

libs/agno/agno/utils/media.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def download_knowledge_filters_sample_data(
131131

132132
for i in range(1, num_files + 1):
133133
filename = f"cv_{i}.{file_extension.value}"
134-
download_path = root_path / "data" / filename
134+
download_path = root_path / "cookbook" / "data" / filename
135135
download_path.parent.mkdir(parents=True, exist_ok=True)
136136

137137
download_file(

0 commit comments

Comments
 (0)