Skip to content

feat: document the new streaming dataset for data loading#294

Open
westonpace wants to merge 6 commits into
mainfrom
weston/feat/streaming-dataset
Open

feat: document the new streaming dataset for data loading#294
westonpace wants to merge 6 commits into
mainfrom
weston/feat/streaming-dataset

Conversation

@westonpace

Copy link
Copy Markdown
Contributor

No description provided.

@mintlify

mintlify Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

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

Project Status Preview Updated (UTC)
lancedb-bcbb4faf 🟢 Ready View Preview Jul 2, 2026, 2:18 PM

@prrao87

prrao87 commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Thanks for the PR @westonpace! As I understand it, this is in main, but not yet in the official release, right? If so, we should wait till we release it before merging.

@westonpace

Copy link
Copy Markdown
Contributor Author

Thanks for the PR @westonpace! As I understand it, this is in main, but not yet in the official release, right? If so, we should wait till we release it before merging.

It's not even in main yet 😅 so yes, we should hold off for now.

@prrao87 prrao87 added the needs_new_release Only merge once we release a new version of LanceDB label Jul 2, 2026
@prrao87 prrao87 added the wip Currently a work in progress or not yet merged to main in the source LanceDB repo. label Jul 2, 2026
@prrao87 prrao87 removed needs_new_release Only merge once we release a new version of LanceDB wip Currently a work in progress or not yet merged to main in the source LanceDB repo. labels Jul 22, 2026

@prrao87 prrao87 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated to the latest state of the code and improved conciseness/clarity. LGTM!

Comment thread docs/training/index.mdx
stored in memory but they can be persisted to storage as well. This is useful when you want to share a permutation
table across processes or nodes.
`StreamingDataset` relies on the permutation API and requires direct access to an embedded LanceDB table. The table
data can live on local or cloud object storage, but a remote table accessed through the LanceDB Cloud API is not

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it still true that the remote table API isn't supported?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, the remote table API should be supported.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll clean that up.

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.

2 participants