Lancedb

Latest version: v0.17.1

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 17

1.5

Also updated to the latest v0.4.17 in Lance which comes with bug fixes and performance enhancements

What's Changed
* add embedding functions to the nodejs client by gsilvestrin in https://github.com/lancedb/lancedb/pull/95
* Support S3 and GCS from typescript SDK by eddyxu in https://github.com/lancedb/lancedb/pull/106


**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.1.3...v0.1.4-python

0.14.1

🎉 New Features

- feat(python): support hybrid search in async sdk by albertlockett in https://github.com/lancedb/lancedb/pull/1915
- feat: support azure account name storage options in sync db.connect by LuQQiu in https://github.com/lancedb/lancedb/pull/1926
- feat: support offset in remote client by wjones127 in https://github.com/lancedb/lancedb/pull/1923
- feat: support 4bit PQ by BubbleCal in https://github.com/lancedb/lancedb/pull/1916
- feat: upgrade to lance prerelease 0.21.0b2 by westonpace in https://github.com/lancedb/lancedb/pull/1933
- feat(node): support FTS options in nodejs by BubbleCal in https://github.com/lancedb/lancedb/pull/1934
- feat: upgrade lance to 0.21.0b3 by westonpace in https://github.com/lancedb/lancedb/pull/1936
- feat(python): async-sync feature parity on Table by wjones127 in https://github.com/lancedb/lancedb/pull/1914
- feat: upgrade lance to 0.21.0-beta.5 by wjones127 in https://github.com/lancedb/lancedb/pull/1961
- feat(python): add `bypass_vector_index` to sync api by H3zi in https://github.com/lancedb/lancedb/pull/1947
- feat(python): add `ignore_missing` to the async drop_table() method by nakul-py in https://github.com/lancedb/lancedb/pull/1953
- feat: support IVF_FLAT, binary vectors and hamming distance by BubbleCal in https://github.com/lancedb/lancedb/pull/1955

🐛 Bug Fixes

- fix: create_scalar_index in cloud by wjones127 in https://github.com/lancedb/lancedb/pull/1922
- fix: index params are ignored by RemoteTable by BubbleCal in https://github.com/lancedb/lancedb/pull/1928
- fix(nodejs): upgrade arrow versions by wjones127 in https://github.com/lancedb/lancedb/pull/1924
- fix: support list of numpy f16 floats as query vector by eddyxu in https://github.com/lancedb/lancedb/pull/1931

📚 Documentation

- docs: better formatting for Node API docs by wjones127 in https://github.com/lancedb/lancedb/pull/1892
- docs: add faq to cloud doc by QianZhu in https://github.com/lancedb/lancedb/pull/1907
- docs: improve schema evolution api examples by QianZhu in https://github.com/lancedb/lancedb/pull/1929
- docs: improve optimization docs by wjones127 in https://github.com/lancedb/lancedb/pull/1957

🔧 Build and CI

- ci: fix release by wjones127 in https://github.com/lancedb/lancedb/pull/1919
- ci: fix python beta release to publish to fury by wjones127 in https://github.com/lancedb/lancedb/pull/1937
- ci(rust): check MSRV and upgrade toolchain by wjones127 in https://github.com/lancedb/lancedb/pull/1960



python-v0.17.1
🎉 New Features

- feat(python): support hybrid search in async sdk by albertlockett in https://github.com/lancedb/lancedb/pull/1915
- feat: support azure account name storage options in sync db.connect by LuQQiu in https://github.com/lancedb/lancedb/pull/1926
- feat: support offset in remote client by wjones127 in https://github.com/lancedb/lancedb/pull/1923
- feat: support 4bit PQ by BubbleCal in https://github.com/lancedb/lancedb/pull/1916
- feat: upgrade to lance prerelease 0.21.0b2 by westonpace in https://github.com/lancedb/lancedb/pull/1933
- feat(node): support FTS options in nodejs by BubbleCal in https://github.com/lancedb/lancedb/pull/1934
- feat: upgrade lance to 0.21.0b3 by westonpace in https://github.com/lancedb/lancedb/pull/1936
- feat(python): async-sync feature parity on Table by wjones127 in https://github.com/lancedb/lancedb/pull/1914
- feat: upgrade lance to 0.21.0-beta.5 by wjones127 in https://github.com/lancedb/lancedb/pull/1961
- feat(python): add `bypass_vector_index` to sync api by H3zi in https://github.com/lancedb/lancedb/pull/1947
- feat(python): add `ignore_missing` to the async drop_table() method by nakul-py in https://github.com/lancedb/lancedb/pull/1953
- feat: support IVF_FLAT, binary vectors and hamming distance by BubbleCal in https://github.com/lancedb/lancedb/pull/1955

🐛 Bug Fixes

- fix: create_scalar_index in cloud by wjones127 in https://github.com/lancedb/lancedb/pull/1922
- fix: index params are ignored by RemoteTable by BubbleCal in https://github.com/lancedb/lancedb/pull/1928
- fix(nodejs): upgrade arrow versions by wjones127 in https://github.com/lancedb/lancedb/pull/1924
- fix: support list of numpy f16 floats as query vector by eddyxu in https://github.com/lancedb/lancedb/pull/1931

📚 Documentation

- docs: better formatting for Node API docs by wjones127 in https://github.com/lancedb/lancedb/pull/1892
- docs: add faq to cloud doc by QianZhu in https://github.com/lancedb/lancedb/pull/1907
- docs: improve schema evolution api examples by QianZhu in https://github.com/lancedb/lancedb/pull/1929
- docs: improve optimization docs by wjones127 in https://github.com/lancedb/lancedb/pull/1957

🔧 Build and CI

- ci: fix release by wjones127 in https://github.com/lancedb/lancedb/pull/1919
- ci: fix python beta release to publish to fury by wjones127 in https://github.com/lancedb/lancedb/pull/1937
- ci(rust): check MSRV and upgrade toolchain by wjones127 in https://github.com/lancedb/lancedb/pull/1960



python-v0.9.0-beta.4
- no changes

0.14.1beta.6

🎉 New Features

- feat: upgrade lance to 0.21.0-beta.5 by wjones127 in https://github.com/lancedb/lancedb/pull/1961

📚 Documentation

- docs: improve optimization docs by wjones127 in https://github.com/lancedb/lancedb/pull/1957

🔧 Build and CI

- ci(rust): check MSRV and upgrade toolchain by wjones127 in https://github.com/lancedb/lancedb/pull/1960



python-v0.17.1-beta.6
🎉 New Features

- feat: upgrade lance to 0.21.0-beta.5 by wjones127 in https://github.com/lancedb/lancedb/pull/1961

📚 Documentation

- docs: improve optimization docs by wjones127 in https://github.com/lancedb/lancedb/pull/1957

🔧 Build and CI

- ci(rust): check MSRV and upgrade toolchain by wjones127 in https://github.com/lancedb/lancedb/pull/1960



python-v0.9.0-beta.3
- no changes

0.14.1beta.5

🎉 New Features

- feat(python): async-sync feature parity on Table by wjones127 in https://github.com/lancedb/lancedb/pull/1914

🔧 Build and CI

- ci: fix python beta release to publish to fury by wjones127 in https://github.com/lancedb/lancedb/pull/1937

0.14.1beta.4

🎉 New Features

- feat(node): support FTS options in nodejs by BubbleCal in https://github.com/lancedb/lancedb/pull/1934
- feat: upgrade lance to 0.21.0b3 by westonpace in https://github.com/lancedb/lancedb/pull/1936

📚 Documentation

- docs: add faq to cloud doc by QianZhu in https://github.com/lancedb/lancedb/pull/1907
- docs: improve schema evolution api examples by QianZhu in https://github.com/lancedb/lancedb/pull/1929



python-v0.9.0-final.1
- no changes

python-v0.9.0-beta.1
- no changes

python-v0.17.1-beta.5
🎉 New Features

- feat(python): async-sync feature parity on Table by wjones127 in https://github.com/lancedb/lancedb/pull/1914

🔧 Build and CI

- ci: fix python beta release to publish to fury by wjones127 in https://github.com/lancedb/lancedb/pull/1937



python-v0.17.1-beta.4
🎉 New Features

- feat(node): support FTS options in nodejs by BubbleCal in https://github.com/lancedb/lancedb/pull/1934
- feat: upgrade lance to 0.21.0b3 by westonpace in https://github.com/lancedb/lancedb/pull/1936

📚 Documentation

- docs: add faq to cloud doc by QianZhu in https://github.com/lancedb/lancedb/pull/1907
- docs: improve schema evolution api examples by QianZhu in https://github.com/lancedb/lancedb/pull/1929

0.14.1beta.3

🎉 New Features

- feat: upgrade to lance prerelease 0.21.0b2 by westonpace in https://github.com/lancedb/lancedb/pull/1933

Page 1 of 17

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.