LanceDB python-v0.25.3-beta.1 adds output_schema on queries, multivector ColPali support, and a permutation reader.
$ git clone --branch python-v0.25.3-beta.1 https://github.com/lancedb/lancedb.git # already have the repo? check out this version: $ git checkout python-v0.25.3-beta.1
schema = table.search(query_vector).limit(10).output_schema() print(schema)
- ›Adds
output_schemamethod to query objects, letting callers inspect the schema of query results before materializing them. - ›Expands multivector support for ColPali models with additional enhancements.
- ›Adds a permutation reader capable of reading permutation views of Lance data.
- ›Removes the DynamoDB default dependency, reducing required install footprint.
1 more release in this issue · 2025-10-19
LanceDB v0.22.3-beta.1 adds output_schema on queries, multivector ColPali support, and a permutation reader.
$ git clone --branch v0.22.3-beta.1 https://github.com/lancedb/lancedb.git # already have the repo? check out this version: $ git checkout v0.22.3-beta.1
- ›Adds
output_schemamethod to query objects, letting callers inspect the schema of query results before materializing them. - ›Expands support for multivector ColPali models with additional enhancements for multi-vector search workflows.
- ›Adds a permutation reader capable of reading a permutation view over stored data.
- ›Removes the DynamoDB default dependency, reducing the default dependency footprint.