🛠 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