Skip to content

Releases: lancedb/lancedb

Node/Rust LanceDB v0.15.1-beta.0

23 Jan 23:02
Compare
Choose a tag to compare

🎉 New Features

🐛 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

🔧 Build and CI

  • ci(python): stop using deprecated 2_24 manylinux for arm by @wjones127 in #2064

Python LanceDB v0.18.1-beta.1

23 Jan 23:02
Compare
Choose a tag to compare

🎉 New Features

🐛 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

17 Jan 04:37
Compare
Choose a tag to compare

🎉 New Features

🐛 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

Node/Rust LanceDB v0.15.0

14 Jan 01:03
Compare
Choose a tag to compare

🛠 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

🐛 Bug Fixes

📚 Documentation

🔧 Build and CI

Python LanceDB v0.18.0

14 Jan 01:03
Compare
Choose a tag to compare

🛠 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

🐛 Bug Fixes

📚 Documentation

🔧 Build and CI

Node/Rust LanceDB v0.15.0-beta.0

10 Jan 19:02
Compare
Choose a tag to compare

🛠 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

📚 Documentation

🔧 Build and CI

Python LanceDB v0.18.0-beta.0

10 Jan 19:02
Compare
Choose a tag to compare

🛠 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

📚 Documentation

🔧 Build and CI

Node/Rust LanceDB v0.14.2-beta.0

06 Jan 05:35
Compare
Choose a tag to compare

🎉 New Features

🐛 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

Python LanceDB v0.17.2-beta.2

06 Jan 05:35
Compare
Choose a tag to compare

🎉 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

  • docs: fix full-text search (Native FTS) TypeScript doc error by @ahaapple in #1992

Python LanceDB v0.17.2-beta.1

31 Dec 23:36
Compare
Choose a tag to compare

🎉 New Features

📚 Documentation