🎉 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