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:
Will Jones
2023-08-11 21:42:33 -07:00
committed by GitHub
parent 902a402951
commit 722462c38b
10 changed files with 32 additions and 28 deletions

View File

@@ -2,7 +2,7 @@
name = "lancedb"
version = "0.1.16"
dependencies = [
"pylance==0.5.10",
"pylance==0.6.1",
"ratelimiter",
"retry",
"tqdm",