Commit Graph

227 Commits

Author SHA1 Message Date
Lance Release 78b457f230 Updating package-lock.json 2024-04-05 16:24:30 -07:00
Lance Release 884ce655fe Bump version: 0.3.11 → 0.4.0 2024-04-05 16:24:30 -07:00
Lance Release f46931228b Updating package-lock.json 2024-04-05 16:24:30 -07:00
Lance Release 072be50cb3 Updating package-lock.json 2024-04-05 16:24:30 -07:00
Lance Release aca1b43d5e Bump version: 0.3.10 → 0.3.11 2024-04-05 16:24:30 -07:00
Bert 0b9c8ef88a chore: fix package lock (#711) 2024-04-05 16:24:30 -07:00
Bert eb62ddfb0c implement update for remote clients (#706) 2024-04-05 16:24:30 -07:00
Lance Release 79aeb6bea6 Updating package-lock.json 2024-04-05 16:24:30 -07:00
Lance Release 7d70c9940c Bump version: 0.3.9 → 0.3.10 2024-04-05 16:24:30 -07:00
Chang She b02370cacd feat: LocalTable for vectordb now supports filters without vector search (#693)
Note this currently the filter/where is only implemented for LocalTable
so that it requires an explicit cast to "enable" (see new unit test).
The alternative is to add it to the Table interface, but since it's not
available on RemoteTable this may cause some user experience issues.
2024-04-05 16:24:15 -07:00
Bert e479acc1bd Update in Node & Rust (#696)
Co-authored-by: Will Jones <willjones127@gmail.com>
2024-04-05 16:24:15 -07:00
Chang She 287d85a3aa chore: update package lock (#689) 2024-04-05 16:23:49 -07:00
Lance Release 608e502de6 Updating package-lock.json 2024-04-05 16:23:49 -07:00
Lance Release 328880f057 Updating package-lock.json 2024-04-05 16:23:49 -07:00
Lance Release 93ade53515 Bump version: 0.3.8 → 0.3.9 2024-04-05 16:23:49 -07:00
Rob Meng d74e188f80 fix: fix passing prefilter flag to remote client (#677)
was passing this at the wrong position
2024-04-05 16:23:49 -07:00
Rob Meng 59c25574f0 feat: enable prefilter in node js (#675)
enable prefiltering in node js, both native and remote
2024-04-05 16:23:49 -07:00
Lance Release 57dda15f49 Updating package-lock.json 2024-04-05 16:23:49 -07:00
Lance Release 8bd77d3c72 Updating package-lock.json 2024-04-05 16:23:49 -07:00
Lance Release 0273df4e04 Bump version: 0.3.7 → 0.3.8 2024-04-05 16:23:49 -07:00
Will Jones 6d76fe80b8 chore: upgrade lance to v0.8.17 (#656)
Readying for the next Lance release.
2024-04-05 16:23:49 -07:00
Lance Release f59af4df76 Updating package-lock.json 2024-04-05 16:23:49 -07:00
Lance Release 15cc5227c4 Updating package-lock.json 2024-04-05 16:23:49 -07:00
Lance Release c008faddfd Bump version: 0.3.6 → 0.3.7 2024-04-05 16:23:49 -07:00
Bert 22fc0eaaf6 fix: node remote implement table.countRows (#648) 2024-04-05 16:23:49 -07:00
Bert 49a366bc74 fix: node send db header for GET requests (#646) 2024-04-05 16:23:49 -07:00
Bert 20ab85171b fix: node remote connection handles non http errors (#624)
https://github.com/lancedb/lancedb/issues/623

Fixes issue trying to print response status when using remote client. If
the error is not an HTTP error (e.g. dns/network failure), there won't
be a response.
2024-04-05 16:23:14 -07:00
Lance Release 148f6d7283 Updating package-lock.json 2024-04-05 16:23:14 -07:00
Lance Release c604912139 Updating package-lock.json 2024-04-05 16:23:14 -07:00
Lance Release 178af0c2b8 Bump version: 0.3.5 → 0.3.6 2024-04-05 16:23:14 -07:00
Chang She 531c947fc1 doc: node sdk now supports windows (#616) 2024-04-05 16:22:59 -07:00
Lance Release 87364532bf Updating package-lock.json 2024-04-05 16:22:59 -07:00
Lance Release c275ec006f Updating package-lock.json 2024-04-05 16:22:59 -07:00
Lance Release 53b0375e6d Bump version: 0.3.4 → 0.3.5 2024-04-05 16:22:59 -07:00
Lance Release a174832d61 Updating package-lock.json 2024-04-05 16:22:59 -07:00
Lance Release 722cede32b Bump version: 0.3.3 → 0.3.4 2024-04-05 16:22:59 -07:00
Bert 4d086d63eb feat: added dataset stats api to node (#604) 2024-04-05 16:22:59 -07:00
Rob Meng 2826bc7f1a feat: include manifest files in mirrow store (#589) 2024-04-05 16:22:59 -07:00
Lance Release fa702f992e Updating package-lock.json 2024-04-05 16:22:59 -07:00
Lance Release 7f707205de Updating package-lock.json 2024-04-05 16:22:59 -07:00
Lance Release 2394ff14d0 Bump version: 0.3.2 → 0.3.3 2024-04-05 16:22:59 -07:00
Lance Release c94e428252 Updating package-lock.json 2024-04-05 16:22:59 -07:00
Lance Release a09389459c Updating package-lock.json 2024-04-05 16:22:59 -07:00
Lance Release 4f62fb5ae8 Bump version: 0.3.1 → 0.3.2 2024-04-05 16:22:59 -07:00
Rob Meng c14ccbd334 implement remote api calls for table mutation (#567)
Add more APIs to remote table for Node SDK
* `add` rows
* `overwrite` table with rows
* `create` table

This has been tested against dev stack
2024-04-05 16:22:59 -07:00
Lei Xu 8dc10180b0 feat(python,js): deletion operation on remote tables (#568) 2024-04-05 16:22:59 -07:00
Lance Release 2b341f3482 Updating package-lock.json 2024-04-05 16:22:59 -07:00
Lance Release 5027529663 Updating package-lock.json 2024-04-05 16:22:59 -07:00
Lance Release 3ed509f20c Bump version: 0.3.0 → 0.3.1 2024-04-05 16:22:59 -07:00
Will Jones c07207c661 feat: cleanup and compaction (#518)
#488
2024-04-05 16:22:59 -07:00