mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-07 12:22:59 +00:00
chore: upgrade Lance and rename score to _distance (#398)
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>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
name = "lancedb"
|
||||
version = "0.1.16"
|
||||
dependencies = [
|
||||
"pylance==0.5.10",
|
||||
"pylance==0.6.1",
|
||||
"ratelimiter",
|
||||
"retry",
|
||||
"tqdm",
|
||||
|
||||
Reference in New Issue
Block a user