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.
1 parent 7dd03cd commit 37e677eCopy full SHA for 37e677e
cookbook/.gitignore
@@ -0,0 +1 @@
1
+data/
libs/agno/agno/utils/media.py
@@ -131,7 +131,7 @@ def download_knowledge_filters_sample_data(
131
132
for i in range(1, num_files + 1):
133
filename = f"cv_{i}.{file_extension.value}"
134
- download_path = root_path / "data" / filename
+ download_path = root_path / "cookbook" / "data" / filename
135
download_path.parent.mkdir(parents=True, exist_ok=True)
136
137
download_file(
0 commit comments