Python: AutoGen migration samples (#1738)

* add autogen migration samples

* fix typo

* remove comment

* fix typo

* fix lab pyright

* fix for HuggingFace change
This commit is contained in:
Eric Zhu
2025-10-27 17:47:31 -07:00
committed by GitHub
Unverified
parent 92925a8bc7
commit 3194851c11
14 changed files with 1189 additions and 7 deletions
@@ -298,7 +298,6 @@ class GAIA:
repo_type="dataset",
token=token,
local_dir=str(self.data_dir),
local_dir_use_symlinks=False,
force_download=False,
)
return Path(local_dir)