Releases: lancedb/lancedb
Releases · lancedb/lancedb
Node/Rust LanceDB v0.15.1-beta.0
🎉 New Features
- feat: upgrade lance 0.22.1b1 by @westonpace in #2029
- feat: add
drop_index()
method by @wjones127 in #2039 - feat: upgrade lance to v0.23.0-beta.2 by @wjones127 in #2063
🐛 Bug Fixes
- fix: missing distance type for auto index on RemoteTable by @BubbleCal in #2027
- fix: can't infer the vector column for multivector by @BubbleCal in #2026
- fix: linear reranker applies wrong score to combine by @BubbleCal in #2035
- fix(python): various fixes for async query builders by @wjones127 in #2048
- fix(python): preserve original distance and score in hybrid queries by @wjones127 in #2061
📚 Documentation
- docs: show how to pack bits for binary vector by @BubbleCal in #2020
- docs: add missing example code by @BubbleCal in #2025
- docs: claim LanceDB supports float16/float32/float64 for multivector by @BubbleCal in #2040
- docs: clarify the arguments for
replace_field_metadata
by @albertlockett in #2053
🔧 Build and CI
- ci(python): stop using deprecated 2_24 manylinux for arm by @wjones127 in #2064
Python LanceDB v0.18.1-beta.1
🎉 New Features
- feat: add
drop_index()
method by @wjones127 in #2039 - feat: upgrade lance to v0.23.0-beta.2 by @wjones127 in #2063
🐛 Bug Fixes
- fix(python): various fixes for async query builders by @wjones127 in #2048
- fix(python): preserve original distance and score in hybrid queries by @wjones127 in #2061
📚 Documentation
- docs: claim LanceDB supports float16/float32/float64 for multivector by @BubbleCal in #2040
- docs: clarify the arguments for
replace_field_metadata
by @albertlockett in #2053
🔧 Build and CI
- ci(python): stop using deprecated 2_24 manylinux for arm by @wjones127 in #2064
Python LanceDB v0.18.1-beta.0
🎉 New Features
- feat: upgrade lance 0.22.1b1 by @westonpace in #2029
🐛 Bug Fixes
- fix: missing distance type for auto index on RemoteTable by @BubbleCal in #2027
- fix: can't infer the vector column for multivector by @BubbleCal in #2026
- fix: linear reranker applies wrong score to combine by @BubbleCal in #2035
📚 Documentation
- docs: show how to pack bits for binary vector by @BubbleCal in #2020
- docs: add missing example code by @BubbleCal in #2025
Node/Rust LanceDB v0.15.0
🛠 Breaking Changes
- feat(python)!: support inserting and upserting subschemas by @wjones127 in #1965
- feat!: change default from postfiltering to prefiltering for sync python by @albertlockett in #2000
🎉 New Features
- feat: create IVF_FLAT on remote table by @BubbleCal in #1978
- feat: support IVF_FLAT on remote table in rust by @BubbleCal in #1979
- feat: add hybrid search to node and rust SDKs by @albertlockett in #1940
- feat: support vector search with distance thresholds by @BubbleCal in #1993
- feat(python): add
to_polars
toAsyncQueryBase
by @takaebato in #1986 - feat(python):
flatten
inAsyncQuery
by @gagan-bhullar-tech in #1967 - feat: support distance range in queries by @BubbleCal in #1999
- feat(python)!: support inserting and upserting subschemas by @wjones127 in #1965
- feat(python): support .rerank() on non-hybrid queries in Async API (WIP) by @renato2099 in #1972
- feat!: change default from postfiltering to prefiltering for sync python by @albertlockett in #2000
- feat: expose dataset config by @albertlockett in #2004
- feat: upgrade to lance 0.22.0b1 by @westonpace in #2011
- feat: support multivector type by @BubbleCal in #2005
- feat: upgrade Lance to v0.22.0 by @wjones127 in #2017
🐛 Bug Fixes
- fix(python): fix typo of the synchronized checkout API by @eddyxu in #1988
- fix: selecting columns failed on FTS and hybrid search by @BubbleCal in #1991
- fix: broken voyageai embedding API by @PrashantDixit0 in #2013
📚 Documentation
- docs: add new indexes to python docs by @renato2099 in #1945
- docs: fix full-text search (Native FTS) TypeScript doc error by @ahaapple in #1992
- docs: assorted copyedits by @wkalt in #1998
- docs: add async examples to doc by @QianZhu in #1941
- docs: contributing guide by @wjones127 in #1970
- feat: support distance range in queries by @BubbleCal in #1999
- docs: update storage.md, fix Azure Sync connect example by @jgugglberger in #2010
- docs(hnsw): fix markdown list style by @kemingy in #2015
🔧 Build and CI
- ci: prevent stable release with preview lance by @wjones127 in #1995
- ci: add
dbghelp.lib
to sysroot-aarch64-pc-windows-msvc.sh (#1975) by @FuPeiJiang in #2008 - ci: fix stable check by @wjones127 in #2019
Python LanceDB v0.18.0
🛠 Breaking Changes
- feat(python)!: support inserting and upserting subschemas by @wjones127 in #1965
- feat!: change default from postfiltering to prefiltering for sync python by @albertlockett in #2000
🎉 New Features
- feat: create IVF_FLAT on remote table by @BubbleCal in #1978
- feat: support IVF_FLAT on remote table in rust by @BubbleCal in #1979
- feat: add hybrid search to node and rust SDKs by @albertlockett in #1940
- feat: support vector search with distance thresholds by @BubbleCal in #1993
- feat(python): add
to_polars
toAsyncQueryBase
by @takaebato in #1986 - feat(python):
flatten
inAsyncQuery
by @gagan-bhullar-tech in #1967 - feat: support distance range in queries by @BubbleCal in #1999
- feat(python)!: support inserting and upserting subschemas by @wjones127 in #1965
- feat(python): support .rerank() on non-hybrid queries in Async API (WIP) by @renato2099 in #1972
- feat!: change default from postfiltering to prefiltering for sync python by @albertlockett in #2000
- feat: expose dataset config by @albertlockett in #2004
- feat: upgrade to lance 0.22.0b1 by @westonpace in #2011
- feat: support multivector type by @BubbleCal in #2005
- feat: upgrade Lance to v0.22.0 by @wjones127 in #2017
🐛 Bug Fixes
- fix(python): fix typo of the synchronized checkout API by @eddyxu in #1988
- fix: selecting columns failed on FTS and hybrid search by @BubbleCal in #1991
- fix: broken voyageai embedding API by @PrashantDixit0 in #2013
📚 Documentation
- docs: add new indexes to python docs by @renato2099 in #1945
- docs: fix full-text search (Native FTS) TypeScript doc error by @ahaapple in #1992
- docs: assorted copyedits by @wkalt in #1998
- docs: add async examples to doc by @QianZhu in #1941
- docs: contributing guide by @wjones127 in #1970
- feat: support distance range in queries by @BubbleCal in #1999
- docs: update storage.md, fix Azure Sync connect example by @jgugglberger in #2010
- docs(hnsw): fix markdown list style by @kemingy in #2015
🔧 Build and CI
- ci(node): remove hardcoded toolchain from typescript release build by @wjones127 in #1974
- ci: prevent stable release with preview lance by @wjones127 in #1995
- ci: add
dbghelp.lib
to sysroot-aarch64-pc-windows-msvc.sh (#1975) by @FuPeiJiang in #2008 - ci: fix stable check by @wjones127 in #2019
Node/Rust LanceDB v0.15.0-beta.0
🛠 Breaking Changes
- feat(python)!: support inserting and upserting subschemas by @wjones127 in #1965
- feat!: change default from postfiltering to prefiltering for sync python by @albertlockett in #2000
🎉 New Features
- feat(python): add
to_polars
toAsyncQueryBase
by @takaebato in #1986 - feat(python):
flatten
inAsyncQuery
by @gagan-bhullar-tech in #1967 - feat: support distance range in queries by @BubbleCal in #1999
- feat(python)!: support inserting and upserting subschemas by @wjones127 in #1965
- feat(python): support .rerank() on non-hybrid queries in Async API (WIP) by @renato2099 in #1972
- feat!: change default from postfiltering to prefiltering for sync python by @albertlockett in #2000
- feat: expose dataset config by @albertlockett in #2004
📚 Documentation
- docs: assorted copyedits by @wkalt in #1998
- docs: add async examples to doc by @QianZhu in #1941
- docs: contributing guide by @wjones127 in #1970
- feat: support distance range in queries by @BubbleCal in #1999
- docs: update storage.md, fix Azure Sync connect example by @jgugglberger in #2010
🔧 Build and CI
- ci: prevent stable release with preview lance by @wjones127 in #1995
- ci: add
dbghelp.lib
to sysroot-aarch64-pc-windows-msvc.sh (#1975) by @FuPeiJiang in #2008
Python LanceDB v0.18.0-beta.0
🛠 Breaking Changes
- feat(python)!: support inserting and upserting subschemas by @wjones127 in #1965
- feat!: change default from postfiltering to prefiltering for sync python by @albertlockett in #2000
🎉 New Features
- feat(python): add
to_polars
toAsyncQueryBase
by @takaebato in #1986 - feat(python):
flatten
inAsyncQuery
by @gagan-bhullar-tech in #1967 - feat: support distance range in queries by @BubbleCal in #1999
- feat(python)!: support inserting and upserting subschemas by @wjones127 in #1965
- feat(python): support .rerank() on non-hybrid queries in Async API (WIP) by @renato2099 in #1972
- feat!: change default from postfiltering to prefiltering for sync python by @albertlockett in #2000
- feat: expose dataset config by @albertlockett in #2004
📚 Documentation
- docs: assorted copyedits by @wkalt in #1998
- docs: add async examples to doc by @QianZhu in #1941
- docs: contributing guide by @wjones127 in #1970
- feat: support distance range in queries by @BubbleCal in #1999
- docs: update storage.md, fix Azure Sync connect example by @jgugglberger in #2010
🔧 Build and CI
- ci: prevent stable release with preview lance by @wjones127 in #1995
- ci: add
dbghelp.lib
to sysroot-aarch64-pc-windows-msvc.sh (#1975) by @FuPeiJiang in #2008
Node/Rust LanceDB v0.14.2-beta.0
🎉 New Features
- feat: create IVF_FLAT on remote table by @BubbleCal in #1978
- feat: support IVF_FLAT on remote table in rust by @BubbleCal in #1979
- feat: add hybrid search to node and rust SDKs by @albertlockett in #1940
- feat: support vector search with distance thresholds by @BubbleCal in #1993
🐛 Bug Fixes
- fix(python): fix typo of the synchronized checkout API by @eddyxu in #1988
- fix: selecting columns failed on FTS and hybrid search by @BubbleCal in #1991
📚 Documentation
- docs: add new indexes to python docs by @renato2099 in #1945
- docs: fix full-text search (Native FTS) TypeScript doc error by @ahaapple in #1992
Python LanceDB v0.17.2-beta.2
🎉 New Features
- feat: support vector search with distance thresholds by @BubbleCal in #1993
🐛 Bug Fixes
- fix: selecting columns failed on FTS and hybrid search by @BubbleCal in #1991
📚 Documentation
Python LanceDB v0.17.2-beta.1
🎉 New Features
- feat: add hybrid search to node and rust SDKs by @albertlockett in #1940
📚 Documentation
- docs: add new indexes to python docs by @renato2099 in #1945