Skip to content

docs: document Rust blob v2 read APIs for multimodal tables#281

Closed
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/ce9389fd
Closed

docs: document Rust blob v2 read APIs for multimodal tables#281
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/ce9389fd

Conversation

@mintlify

@mintlify mintlify Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds a new "Blob v2 columns (Rust)" section to the multimodal tables guide so Rust users can discover and use the new blob declaration helper and the read-side materialization APIs.

Changes

  • Document the lancedb::blob field helper for declaring blob v2 columns (top-level or nested).
  • Document Table::fetch_blobs for eager byte materialization keyed by _rowid.
  • Document Table::fetch_blob_files for lazy BlobFile handles when only a subset of payloads is needed.
  • Mention Table::blob_columns for schema introspection and call out the Lance 2.2 + stable row ID requirement and the remote-table NotSupported behavior.
  • Add three Rust snippet exports in snippets/multimodal.mdx covering schema declaration, query-then-fetch, and lazy handle reads.

Context

Upstream PR shipped the read path for blob v2 columns in the Rust crate, complementing the existing declare + write flow.

@mintlify

mintlify Bot commented Jun 23, 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 Jun 23, 2026, 2:23 PM

@prrao87

prrao87 commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Will revisit this once more SDK features are added on top .

@prrao87 prrao87 closed this Jun 23, 2026
@geruh

geruh commented Jun 23, 2026

Copy link
Copy Markdown
Member

Does mintlify reopen these on it's own

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