Skip to content

Update from code changes: document fetch_blob_ranges - #323

Open
mintlify[bot] wants to merge 2 commits into
mainfrom
mintlify/628e38e3
Open

Update from code changes: document fetch_blob_ranges#323
mintlify[bot] wants to merge 2 commits into
mainfrom
mintlify/628e38e3

Conversation

@mintlify

@mintlify mintlify Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Summary

Documents the new blob read APIs on the multimodal data page. Users now see how to fetch full blob payloads with fetch_blobs (available on local and Enterprise remote tables) and how to submit batched byte-range reads with fetch_blob_ranges (local only), including when to prefer each API and how to shape requests and results.

Changes

  • Add a new "Fetch full blobs by row" subsection to docs/tables/multimodal.mdx covering fetch_blobs, accepting either row IDs or a query result table, and noting blob_columns() for discovering blob columns.
  • Add a new "Fetch byte ranges from blobs" subsection covering fetch_blob_ranges, request shape, result alignment, and null/empty handling.
  • Note availability of each API on local vs. remote tables, and renumber the pandas subsection accordingly.

Update history

@mintlify

mintlify Bot commented Jul 27, 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 27, 2026, 10:13 PM

@mintlify

mintlify Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor Author

Update from code changes updated this PR.

Added fetch_blobs subsection covering full-blob reads on local and remote tables

Source PRs

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