๐Ÿ“ GAIA Dataset File Server

This application exposes a direct API endpoint to fetch raw files from the philipp-zettl/gaia-cpy dataset.

API Usage:

# Example: Fetching a file via GET request
# Replace <your-username>-<your-space-name>.hf.space with your actual Space domain
curl https://<your-username>-<your-space-name>.hf.space/files/2023/train/some_document.pdf --output some_document.pdf

Instructions for Agent Course:

Point your agent's file-fetching tool to https://<your-username>-<your-space-name>.hf.space/files/{file_name} instead of the broken HF endpoint.