Skip to content

Update from code changes: document StreamingDataset transform_parallelism - #324

Open
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/7388e8db
Open

Update from code changes: document StreamingDataset transform_parallelism#324
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/7388e8db

Conversation

@mintlify

@mintlify mintlify Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Summary

The Python StreamingDataset now accepts a keyword-only transform_parallelism argument that caps how many transform batches run concurrently. Defaults preserve the previous behavior (one worker per CPU, falling back to one when the CPU count is unknown). The training data-loading page now covers the new option with a short example and a note about its memory/throughput trade-off. Triggering PR: lancedb/lancedb#3699

Changes

  • Update the Transformation section of the data loading page to describe the new transform_parallelism parameter and default fallback.
  • Add a code example showing how to pin the transform pool to a specific size.
  • Add a note that transform_parallelism also bounds in-flight batches.

@mintlify

mintlify Bot commented Jul 28, 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 28, 2026, 10:40 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