lance

Modern columnar data format for ML and LLMs implemented in Rust. Convert from parquet in 2 lines of code for 100x faster random access, vector index, and data versioning. Compatible with Pandas, DuckDB, Polars, Pyarrow, with more integrations coming..

APACHE-2.0 License

Downloads
814.7K
Stars
3.8K

Bot releases are hidden (Show)

lance - v0.8.6 Improve vector search performance when deletions are present

Published by changhiskhan almost 1 year ago

Also including a substantial refactor

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.8.5...v0.8.6

lance - v0.8.5: Incremental Index update, Index Compaction, and bug fixes

Published by eddyxu about 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.8.4...v0.8.5

lance - v0.8.4: ANN training and querying performance improvements

Published by wjones127 about 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.8.3...v0.8.4

lance - v0.8.3 GPU support and bug fix

Published by eddyxu about 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.8.2...v0.8.3

lance - v0.8.2 Page-level stats and PQ bug fix

Published by eddyxu about 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.8.1...v0.8.2

lance - v0.8.1 Index training speed up. Usability improvements

Published by eddyxu about 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.8.0...v0.8.1

lance - v0.8.0 Initial prefiltering, faster postfiltering, and more

Published by westonpace about 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.7.5...v0.8.0

lance - v0.7.5 better error messages and bug fixes

Published by chebbyChefNEQ about 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.7.4...v0.7.5

lance - v0.7.4 10X kmeans speedup in python, file compaction, crate restructure, and more

Published by chebbyChefNEQ about 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.7.3...v0.7.4

lance - v0.7.3 Fix API breakage to build lancedb

Published by eddyxu about 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.7.2...v0.7.3

lance - v0.7.2 Revert back to manylinux2014

Published by chebbyChefNEQ about 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.7.1...v0.7.2

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.7.0...v0.7.1

lance - v0.7.0 Index statistics, TFRecord reader, improved tf.data reader

Published by wjones127 about 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.6.5...v0.7.0

lance - v0.6.5 Fix dot distance

Published by QianZhu about 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.6.4...v0.6.5

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.6.3...v0.6.4

lance - v0.6.3 Concurrent Transactions and Minor Fixes

Published by chebbyChefNEQ about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lance/compare/v0.6.2...v0.6.3

lance - v0.6.2 aws credential bug fix

Published by chebbyChefNEQ about 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.6.1...v0.6.2

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lance/compare/v0.6.0...v0.6.1

lance - v0.6.0: Rename score column and bug fixes for deletions

Published by wjones127 about 1 year ago

⚠️ Breaking Change: The score column has been renamed to _distance to more accurately describe the semantics (smaller means closer / better).

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lance/compare/v0.5.10...v0.6.0

lance - v0.5.10: tf.data integration, Pandas as optional dependency, Bug Fixes

Published by eddyxu about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lance/compare/v0.5.9...v0.5.10