Lancedb

Latest version: v0.21.2

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

Scan your dependencies

Page 5 of 20

0.14.1beta.3

🎉 New Features

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

0.14.1beta.2

🎉 New Features

- 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

🐛 Bug Fixes

- 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



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

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



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

- 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

🐛 Bug Fixes

- 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

0.14.1beta.1

🐛 Bug Fixes

- fix: index params are ignored by RemoteTable by BubbleCal in https://github.com/lancedb/lancedb/pull/1928

0.14.1beta.0

🎉 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

🐛 Bug Fixes

- fix: create_scalar_index in cloud by wjones127 in https://github.com/lancedb/lancedb/pull/1922

🔧 Build and CI

- ci: fix release by wjones127 in https://github.com/lancedb/lancedb/pull/1919



python-v0.17.1-beta.1
🐛 Bug Fixes

- fix: index params are ignored by RemoteTable by BubbleCal in https://github.com/lancedb/lancedb/pull/1928



python-v0.17.1-beta.0
🎉 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

🐛 Bug Fixes

- fix: create_scalar_index in cloud by wjones127 in https://github.com/lancedb/lancedb/pull/1922

🔧 Build and CI

- ci: fix release by wjones127 in https://github.com/lancedb/lancedb/pull/1919

0.14.0

🛠 Breaking Changes

- fix(python)!: handle bad openai embeddings gracefully by eddyxu in https://github.com/lancedb/lancedb/pull/1873
- feat(python)!: async-sync feature parity on Connections by albertlockett in https://github.com/lancedb/lancedb/pull/1905

🎉 New Features

- feat(rust): add support for rustls by HoKim98 in https://github.com/lancedb/lancedb/pull/1842
- feat(python): check vector query is not None by eddyxu in https://github.com/lancedb/lancedb/pull/1847
- feat: support to sepcify ef search param by BubbleCal in https://github.com/lancedb/lancedb/pull/1844
- feat: support for checkout and checkout_latest in remote sdks by albertlockett in https://github.com/lancedb/lancedb/pull/1863
- feat: add list_versions to typescript, rust and remote python sdks by albertlockett in https://github.com/lancedb/lancedb/pull/1850
- fix(python)!: handle bad openai embeddings gracefully by eddyxu in https://github.com/lancedb/lancedb/pull/1873
- feat: bump lance to 0.20.0b3 by LuQQiu in https://github.com/lancedb/lancedb/pull/1882
- feat: support overwrite and exist_ok mode for remote create_table by albertlockett in https://github.com/lancedb/lancedb/pull/1883
- feat: support remote options for remote lancedb connection by rpgreen in https://github.com/lancedb/lancedb/pull/1895
- feat: add multimodal capabilities for Voyage embedder by fzliu in https://github.com/lancedb/lancedb/pull/1878
- feat: add a pyarrow dataset adapater for LanceDB tables by westonpace in https://github.com/lancedb/lancedb/pull/1902
- feat: add remote db uri path with folder prefix by LuQQiu in https://github.com/lancedb/lancedb/pull/1901
- feat(python): add support for Azure OpenAPI SDK by eddyxu in https://github.com/lancedb/lancedb/pull/1906
- feat: schema evolution APIs in all SDKs by wjones127 in https://github.com/lancedb/lancedb/pull/1851
- feat: upgrade to Lance v0.20.0 by wjones127 in https://github.com/lancedb/lancedb/pull/1908
- feat(python)!: async-sync feature parity on Connections by albertlockett in https://github.com/lancedb/lancedb/pull/1905
- feat: support FTS options on RemoteTable by BubbleCal in https://github.com/lancedb/lancedb/pull/1807

🐛 Bug Fixes

- fix(CohereReranker): updated default model_name param to newest v3 by MaxPowerWasTaken in https://github.com/lancedb/lancedb/pull/1862
- fix: `limit` docstring change by QianZhu in https://github.com/lancedb/lancedb/pull/1860
- fix(python)!: handle bad openai embeddings gracefully by eddyxu in https://github.com/lancedb/lancedb/pull/1873
- fix(python): run remote SDK futures in background thread by wjones127 in https://github.com/lancedb/lancedb/pull/1856
- fix: default limit for remote nodejs client by QianZhu in https://github.com/lancedb/lancedb/pull/1886
- fix: dynamodb external manifest drop table by LuQQiu in https://github.com/lancedb/lancedb/pull/1866
- fix: test errors after setting default limit by QianZhu in https://github.com/lancedb/lancedb/pull/1891
- feat(python)!: async-sync feature parity on Connections by albertlockett in https://github.com/lancedb/lancedb/pull/1905
- fix: data type parsing by wjones127 in https://github.com/lancedb/lancedb/pull/1918

📚 Documentation

- docs: introduce incremental indexing for FTS by BubbleCal in https://github.com/lancedb/lancedb/pull/1789
- docs: update migration reference by emmanuel-ferdman in https://github.com/lancedb/lancedb/pull/1837
- docs: voyageai embedding in the index by fzowl in https://github.com/lancedb/lancedb/pull/1813
- docs: add Voyage models to sidebar by fzliu in https://github.com/lancedb/lancedb/pull/1858
- docs: OSS doc improvement by QianZhu in https://github.com/lancedb/lancedb/pull/1859
- docs: full-text search doc update by QianZhu in https://github.com/lancedb/lancedb/pull/1861
- docs: improve scalar index and filtering by QianZhu in https://github.com/lancedb/lancedb/pull/1874
- docs: improve style and introduction to Python API docs by wjones127 in https://github.com/lancedb/lancedb/pull/1885
- docs(rust): fix doctests by wjones127 in https://github.com/lancedb/lancedb/pull/1913

🚀 Performance Improvements

- perf: re-use table instance during write by wjones127 in https://github.com/lancedb/lancedb/pull/1909

🔧 Build and CI

- ci: remove invalid references by wjones127 in https://github.com/lancedb/lancedb/pull/1834
- ci: musl x64,arm64 by FuPeiJiang in https://github.com/lancedb/lancedb/pull/1853
- ci: musl missing node/package.json targets by FuPeiJiang in https://github.com/lancedb/lancedb/pull/1870
- ci: use correct runner for vectordb by wjones127 in https://github.com/lancedb/lancedb/pull/1881
- ci: linux: specify target triple for `neon pack-build` (vectordb) by FuPeiJiang in https://github.com/lancedb/lancedb/pull/1889
- ci: fix failing python release by albertlockett in https://github.com/lancedb/lancedb/pull/1896
- ci: aarch64-pc-windows-msvc by FuPeiJiang in https://github.com/lancedb/lancedb/pull/1890
- ci: fix nodejs release jobs by wjones127 in https://github.com/lancedb/lancedb/pull/1912
- ci: upgrade version of upload-pages-artifact and deploy-pages by eddyxu in https://github.com/lancedb/lancedb/pull/1917



python-v0.17.0
🛠 Breaking Changes

- fix(python)!: handle bad openai embeddings gracefully by eddyxu in https://github.com/lancedb/lancedb/pull/1873
- feat(python)!: async-sync feature parity on Connections by albertlockett in https://github.com/lancedb/lancedb/pull/1905

🎉 New Features

- feat(rust): add support for rustls by HoKim98 in https://github.com/lancedb/lancedb/pull/1842
- feat(python): check vector query is not None by eddyxu in https://github.com/lancedb/lancedb/pull/1847
- feat: support to sepcify ef search param by BubbleCal in https://github.com/lancedb/lancedb/pull/1844
- feat: support for checkout and checkout_latest in remote sdks by albertlockett in https://github.com/lancedb/lancedb/pull/1863
- feat: add list_versions to typescript, rust and remote python sdks by albertlockett in https://github.com/lancedb/lancedb/pull/1850
- fix(python)!: handle bad openai embeddings gracefully by eddyxu in https://github.com/lancedb/lancedb/pull/1873
- feat: bump lance to 0.20.0b3 by LuQQiu in https://github.com/lancedb/lancedb/pull/1882
- feat: support overwrite and exist_ok mode for remote create_table by albertlockett in https://github.com/lancedb/lancedb/pull/1883
- feat: support remote options for remote lancedb connection by rpgreen in https://github.com/lancedb/lancedb/pull/1895
- feat: add multimodal capabilities for Voyage embedder by fzliu in https://github.com/lancedb/lancedb/pull/1878
- feat: add a pyarrow dataset adapater for LanceDB tables by westonpace in https://github.com/lancedb/lancedb/pull/1902
- feat: add remote db uri path with folder prefix by LuQQiu in https://github.com/lancedb/lancedb/pull/1901
- feat(python): add support for Azure OpenAPI SDK by eddyxu in https://github.com/lancedb/lancedb/pull/1906
- feat: schema evolution APIs in all SDKs by wjones127 in https://github.com/lancedb/lancedb/pull/1851
- feat: upgrade to Lance v0.20.0 by wjones127 in https://github.com/lancedb/lancedb/pull/1908
- feat(python)!: async-sync feature parity on Connections by albertlockett in https://github.com/lancedb/lancedb/pull/1905
- feat: support FTS options on RemoteTable by BubbleCal in https://github.com/lancedb/lancedb/pull/1807

🐛 Bug Fixes

- fix(CohereReranker): updated default model_name param to newest v3 by MaxPowerWasTaken in https://github.com/lancedb/lancedb/pull/1862
- fix: `limit` docstring change by QianZhu in https://github.com/lancedb/lancedb/pull/1860
- fix(python)!: handle bad openai embeddings gracefully by eddyxu in https://github.com/lancedb/lancedb/pull/1873
- fix(python): run remote SDK futures in background thread by wjones127 in https://github.com/lancedb/lancedb/pull/1856
- fix: default limit for remote nodejs client by QianZhu in https://github.com/lancedb/lancedb/pull/1886
- fix: dynamodb external manifest drop table by LuQQiu in https://github.com/lancedb/lancedb/pull/1866
- fix: test errors after setting default limit by QianZhu in https://github.com/lancedb/lancedb/pull/1891
- feat(python)!: async-sync feature parity on Connections by albertlockett in https://github.com/lancedb/lancedb/pull/1905
- fix: data type parsing by wjones127 in https://github.com/lancedb/lancedb/pull/1918

📚 Documentation

- docs: introduce incremental indexing for FTS by BubbleCal in https://github.com/lancedb/lancedb/pull/1789
- docs: update migration reference by emmanuel-ferdman in https://github.com/lancedb/lancedb/pull/1837
- docs: voyageai embedding in the index by fzowl in https://github.com/lancedb/lancedb/pull/1813
- docs: add Voyage models to sidebar by fzliu in https://github.com/lancedb/lancedb/pull/1858
- docs: OSS doc improvement by QianZhu in https://github.com/lancedb/lancedb/pull/1859
- docs: full-text search doc update by QianZhu in https://github.com/lancedb/lancedb/pull/1861
- docs: improve scalar index and filtering by QianZhu in https://github.com/lancedb/lancedb/pull/1874
- docs: improve style and introduction to Python API docs by wjones127 in https://github.com/lancedb/lancedb/pull/1885
- docs(rust): fix doctests by wjones127 in https://github.com/lancedb/lancedb/pull/1913

🚀 Performance Improvements

- perf: re-use table instance during write by wjones127 in https://github.com/lancedb/lancedb/pull/1909

🔧 Build and CI

- ci: remove invalid references by wjones127 in https://github.com/lancedb/lancedb/pull/1834
- ci: musl x64,arm64 by FuPeiJiang in https://github.com/lancedb/lancedb/pull/1853
- ci: musl missing node/package.json targets by FuPeiJiang in https://github.com/lancedb/lancedb/pull/1870
- ci: use correct runner for vectordb by wjones127 in https://github.com/lancedb/lancedb/pull/1881
- ci: linux: specify target triple for `neon pack-build` (vectordb) by FuPeiJiang in https://github.com/lancedb/lancedb/pull/1889
- ci: fix failing python release by albertlockett in https://github.com/lancedb/lancedb/pull/1896
- ci: aarch64-pc-windows-msvc by FuPeiJiang in https://github.com/lancedb/lancedb/pull/1890
- ci: fix nodejs release jobs by wjones127 in https://github.com/lancedb/lancedb/pull/1912
- ci: upgrade version of upload-pages-artifact and deploy-pages by eddyxu in https://github.com/lancedb/lancedb/pull/1917

0.14.0beta.2

🎉 New Features

- feat: add multimodal capabilities for Voyage embedder by fzliu in https://github.com/lancedb/lancedb/pull/1878
- feat: add a pyarrow dataset adapater for LanceDB tables by westonpace in https://github.com/lancedb/lancedb/pull/1902
- feat: add remote db uri path with folder prefix by LuQQiu in https://github.com/lancedb/lancedb/pull/1901

🔧 Build and CI

- ci: fix failing python release by albertlockett in https://github.com/lancedb/lancedb/pull/1896
- ci: aarch64-pc-windows-msvc by FuPeiJiang in https://github.com/lancedb/lancedb/pull/1890



python-v0.17.0-beta.3
🎉 New Features

- feat: add multimodal capabilities for Voyage embedder by fzliu in https://github.com/lancedb/lancedb/pull/1878
- feat: add a pyarrow dataset adapater for LanceDB tables by westonpace in https://github.com/lancedb/lancedb/pull/1902
- feat: add remote db uri path with folder prefix by LuQQiu in https://github.com/lancedb/lancedb/pull/1901

🔧 Build and CI

- ci: fix failing python release by albertlockett in https://github.com/lancedb/lancedb/pull/1896
- ci: aarch64-pc-windows-msvc by FuPeiJiang in https://github.com/lancedb/lancedb/pull/1890

Page 5 of 20

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.