Skip to content

Node/Rust LanceDB v0.32.0-beta.2

Choose a tag to compare

@github-actions github-actions released this 14 Jul 23:28

🎉 New Features

🐛 Bug Fixes

  • fix(python): preserve zero distance bounds in hybrid search by @u70b3 in #3652
  • fix(python): gemini batching, user agent and variable dims by @markmcd in #3618
  • fix(python): preserve phrase semantics in sync queries by @u70b3 in #3654
  • fix(python): fill bad vector values element-wise by @prrao87 in #3613
  • fix(rust): skip embedding functions for empty batches by @u70b3 in #3646

📚 Documentation

  • docs: add LanceDB agent skill for portable pipelines by @prrao87 in #3662

🚀 Performance Improvements

  • perf: skip Dataset::index_statistics() for all index types by @wjones127 in #3346

🔧 Build and CI