Skip to content

Update from code changes: streaming dataloader docs#299

Open
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/60bee2ab
Open

Update from code changes: streaming dataloader docs#299
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/60bee2ab

Conversation

@mintlify

@mintlify mintlify Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Summary

Documents the new StreamingDataset PyTorch IterableDataset for elastic, resumable training on LanceDB tables.

Changes

  • New page training/streaming.mdx covering when to use it, distributed training, checkpoint resume, prefilters, columns, transforms, I/O tuning, and multi-worker caveats.
  • Added the page to the "Model training" nav group in docs.json.

Context

Upstream shipped lancedb.streaming.StreamingDataset, which streams rows from a LanceDB table with two guarantees: elastic determinism (the samples in each global step are identical regardless of world_size/num_workers) and topology-independent resumability via state_dict()/load_state_dict().

@mintlify

mintlify Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
lancedb-bcbb4faf 🟢 Ready View Preview Jul 6, 2026, 1:01 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants