Overview
What is Foundry?
Key Features
For Data Users
from foundry import Foundry
# Connect and search
f = Foundry()
results = f.search("band gap", limit=5)
# Load a dataset
dataset = results.iloc[0].FoundryDataset
X, y = dataset.get_as_dict()['train']
# Understand the data
schema = dataset.get_schema()
print(schema['fields']) # What columns exist and what they meanFor AI Agents
For Data Publishers
Architecture
Core Concepts
Datasets
Splits
Keys (Fields)
Ecosystem Integration
Integration
Purpose
Next Steps
Last updated
Was this helpful?