Skip to content

docs: document blob_mode on Python query to_pandas#262

Open
mintlify[bot] wants to merge 3 commits into
mainfrom
mintlify/965cb899
Open

docs: document blob_mode on Python query to_pandas#262
mintlify[bot] wants to merge 3 commits into
mainfrom
mintlify/965cb899

Conversation

@mintlify

@mintlify mintlify Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Summary

Updates the multimodal page to reflect that Python query builders' to_pandas() now accepts blob_mode for plain scan queries.

Changes

  • Replace the note saying query builders don't accept blob_mode with the new supported behavior (lazy / bytes / descriptions on plain scans; descriptions-only on vector / FTS / hybrid).
  • Call out support on both sync and async query builders.
  • Update the query to_pandas snippet to show blob_mode usage alongside other PyArrow kwargs.

Context

Source PR adds blob_mode support to sync and async Python query to_pandas() APIs, routing plain scans through Lance's native pandas conversion so that lazy / bytes / descriptions all work with filters, projections, aliases, limit, and offset. Non-scan query shapes keep the Arrow fallback and raise a clear error if lazy or bytes is requested with a blob column.

@mintlify

mintlify Bot commented Jun 3, 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 3, 2026, 11:05 AM

@prrao87 prrao87 added the needs_new_release Only merge once we release a new version of LanceDB label Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs_new_release Only merge once we release a new version of LanceDB

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant