Lei Xu
0f26915d22
[Rust] schema coerce and vector column inference ( #476 )
...
Split the rust core from #466 for easy review and less merge conflicts.
2023-09-06 10:00:46 -07:00
QianZhu
ae8486cc8f
bump lance version to 0.6.5 for lancedb release ( #453 )
2023-08-23 20:59:03 -07:00
Rob Meng
30f5bc5865
expose awsRegion to be configurable ( #441 )
2023-08-22 16:00:14 -04:00
Rob Meng
f0bcb26f32
Upgrade lance and pass AWS creds when opening a table ( #426 )
2023-08-14 18:22:02 -04:00
Will Jones
722462c38b
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 >
2023-08-11 21:42:33 -07:00
gsilvestrin
6036cf48a7
fix(node) Replace panic errors with friendlier ones ( #366 )
...
- Implement Result/Error in the node FFI
- Implement a trait (ResultExt) to make error handling less verbose
- Refactor some parts of the code that touch arrow into arrow.rs
2023-07-26 13:44:58 -07:00
Rob Meng
147796ffcd
bump lance version for vectordb, fix minor bugs in lancedb remote client ( #365 )
2023-07-24 21:30:57 -04:00
Rob Meng
a636bb1075
add support for host override ( #335 )
2023-07-18 21:21:39 -04:00
Lei Xu
030f07e7f0
Bump minimal lance version to 0.5.8 ( #318 )
2023-07-17 12:41:29 -07:00
Lei Xu
c62e4ca1eb
Bump lance version to 0.5.7 ( #311 )
2023-07-14 17:17:31 -07:00
gsilvestrin
6dfe7fabc2
pin half ( #310 )
2023-07-14 12:45:05 -07:00
Rob Meng
ace6aa883a
Upgrade lance to 0.5.5, and plumb thru new features from the upgrade ( #279 )
...
* upgrade
* fixes for the upgrade
* allow JS users to pass custom AWS credentials
2023-07-11 16:33:39 -04:00
gsilvestrin
b261e27222
Pin lance version ( #275 )
...
we shouldn't auto-upgrade lance
2023-07-11 10:58:15 -07:00
Lei Xu
148ed82607
Bump Lance version to 0.5.3 ( #250 )
2023-07-04 08:34:41 -07:00
Will Jones
aac2ffa4b3
Lint and test vectordb node in CI ( #92 )
...
Closes #90 .
2023-05-22 14:26:06 -07:00
gsilvestrin
38e6efc185
JavaScript / Node.js library for LanceDB
...
- Core rust library
- ffi bridge that exposes rust functionality to javascript
- npm package that provides a TypeScript / JavaScript library
- limitations: it only supports reading for now
2023-05-10 12:51:49 -07:00