mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-27 07:09:57 +00:00
BREAKING CHANGE: The `score` column has been renamed to `_distance` to more accurately describe the semantics (smaller means closer / better). --------- Co-authored-by: Lei Xu <lei@lancedb.com>
18 lines
305 B
TOML
18 lines
305 B
TOML
[workspace]
|
|
members = [
|
|
"rust/vectordb",
|
|
"rust/ffi/node"
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
lance = "=0.6.1"
|
|
arrow-array = "43.0"
|
|
arrow-data = "43.0"
|
|
arrow-schema = "43.0"
|
|
arrow-ipc = "43.0"
|
|
half = { "version" = "=2.2.1", default-features = false }
|
|
object_store = "0.6.1"
|
|
snafu = "0.7.4"
|
|
|