Lance Release
23d30dfc78
Bump version: 0.3.8 → 0.3.9
2023-12-04 17:02:35 +00:00
Rob Meng
94c8c50f96
fix: fix passing prefilter flag to remote client ( #677 )
...
was passing this at the wrong position
2023-12-04 12:01:16 -05:00
Rob Meng
72765d8e1a
feat: enable prefilter in node js ( #675 )
...
enable prefiltering in node js, both native and remote
2023-12-01 16:49:10 -05:00
Lance Release
2bb2bb581a
Updating package-lock.json
2023-11-19 00:45:51 +00:00
Lance Release
22749c3fa2
Updating package-lock.json
2023-11-19 00:04:08 +00:00
Lance Release
123a49df77
Bump version: 0.3.7 → 0.3.8
2023-11-19 00:03:58 +00:00
Will Jones
a57aa4b142
chore: upgrade lance to v0.8.17 ( #656 )
...
Readying for the next Lance release.
2023-11-18 15:57:23 -08:00
Lance Release
5372843281
Updating package-lock.json
2023-11-15 03:15:10 +00:00
Lance Release
54677b8f0b
Updating package-lock.json
2023-11-15 02:42:38 +00:00
Lance Release
ebcf9bf6ae
Bump version: 0.3.6 → 0.3.7
2023-11-15 02:42:25 +00:00
Bert
797514bcbf
fix: node remote implement table.countRows ( #648 )
2023-11-13 17:43:20 -05:00
Bert
479f471c14
fix: node send db header for GET requests ( #646 )
2023-11-11 16:33:25 -05:00
Bert
567734dd6e
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.
2023-11-03 10:24:56 -04:00
Lance Release
682e95fa83
Updating package-lock.json
2023-11-01 22:20:49 +00:00
Lance Release
1ad5e7f2f0
Updating package-lock.json
2023-11-01 21:16:20 +00:00
Lance Release
ddb3ef4ce5
Bump version: 0.3.5 → 0.3.6
2023-11-01 21:16:06 +00:00
Chang She
2835c76336
doc: node sdk now supports windows ( #616 )
2023-11-01 10:04:18 -07:00
Lance Release
f37fe120fd
Updating package-lock.json
2023-10-26 22:30:16 +00:00
Lance Release
2e115acb9a
Updating package-lock.json
2023-10-26 21:48:01 +00:00
Lance Release
27a638362d
Bump version: 0.3.4 → 0.3.5
2023-10-26 21:47:44 +00:00
Lance Release
57eff82ee7
Updating package-lock.json
2023-10-26 21:03:07 +00:00
Lance Release
7732f7d41c
Bump version: 0.3.3 → 0.3.4
2023-10-26 21:02:52 +00:00
Bert
5ca98c326f
feat: added dataset stats api to node ( #604 )
2023-10-26 17:00:48 -04:00
Rob Meng
ce19fedb08
feat: include manifest files in mirrow store ( #589 )
2023-10-21 12:21:41 -04:00
Lance Release
6bd3a838fc
Updating package-lock.json
2023-10-19 20:45:39 +00:00
Lance Release
f36fea8f20
Updating package-lock.json
2023-10-19 20:06:10 +00:00
Lance Release
0a30591729
Bump version: 0.3.2 → 0.3.3
2023-10-19 20:05:57 +00:00
Lance Release
1b8cda0941
Updating package-lock.json
2023-10-16 16:10:07 +00:00
Lance Release
bc85a749a3
Updating package-lock.json
2023-10-16 15:12:15 +00:00
Lance Release
02c35d3457
Bump version: 0.3.1 → 0.3.2
2023-10-16 15:11:57 +00:00
Rob Meng
345c136cfb
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
2023-10-16 11:07:58 -04:00
Lei Xu
fe64fc4671
feat(python,js): deletion operation on remote tables ( #568 )
2023-10-14 15:47:19 -07:00
Lance Release
f762a669e7
Updating package-lock.json
2023-10-13 22:27:48 +00:00
Lance Release
0bdc7140dd
Updating package-lock.json
2023-10-13 21:24:05 +00:00
Lance Release
8f6e955b24
Bump version: 0.3.0 → 0.3.1
2023-10-13 21:23:54 +00:00
Will Jones
db7bdefe77
feat: cleanup and compaction ( #518 )
...
#488
2023-10-11 12:49:12 -07:00
Rob Meng
1db66c6980
implement mirroring object store ( #537 )
...
This PR implements a mirroring object store and allows and table to be
mirrored to a local path when param `mirroredStore` is set in the url
2023-10-04 21:23:34 -04:00
Lance Release
c58da8fc8a
Updating package-lock.json
2023-10-03 22:59:02 +00:00
Lance Release
448c4a835d
Updating package-lock.json
2023-10-03 22:09:00 +00:00
Lance Release
850f80de99
Bump version: 0.2.6 → 0.3.0
2023-10-03 22:08:44 +00:00
Lance Release
34ddb1de6d
Updating package-lock.json
2023-09-19 13:48:20 +00:00
Lance Release
1029fc9cb0
Updating package-lock.json
2023-09-19 12:19:23 +00:00
Lance Release
31c5df6d99
Bump version: 0.2.5 → 0.2.6
2023-09-19 12:19:05 +00:00
Rob Meng
dbf37a0434
fix: upgrade lance to 0.7.5 and add tests for searching empty dataset ( #505 )
...
This PR upgrade lance to `0.7.5`, which include fixes for searching an
empty dataset.
This PR also adds two tests in node SDK to make sure searching empty
dataset do no throw
Co-authored-by: rmeng <rob@lancedb.com >
2023-09-18 22:12:11 -07:00
Rob Meng
731f86e44c
add health check to wait for all service ready before next step ( #501 )
...
aws integration tests are flaky because we didn't wait for the services
to become healthy. (we only waited for the localstack service, this PR
adds wait for sub services)
2023-09-18 15:17:45 -04:00
Lance Release
07fe284810
Updating package-lock.json
2023-09-10 23:58:06 +00:00
Lance Release
800bb691c3
Updating package-lock.json
2023-09-09 19:45:58 +00:00
Lance Release
ec24e09add
Bump version: 0.2.4 → 0.2.5
2023-09-09 19:45:43 +00:00
Rob Meng
0554db03b3
progagate uri query string to lance; add aws integration tests ( #486 )
...
# WARNING: specifying engine is NOT a publicly supported feature in
lancedb yet. THE API WILL CHANGE.
This PR exposes dynamodb based commit to `vectordb` and JS SDK (will do
python in another PR since it's on a different release track)
This PR also added aws integration test using `localstack`
## What?
This PR adds uri parameters to DB connection string. User may specify
`engine` in the connection string to let LanceDB know that the user
wants to use an external store when reading and writing a table. User
may also pass any parameters required by the commitStore in the
connection string, these parameters will be propagated to lance.
e.g.
```
vectordb.connect("s3://my-db-bucket?engine=ddb&ddbTableName=my-commit-table")
```
will automatically convert table path to
```
s3+ddb://my-db-bucket/my_table.lance?&ddbTableName=my-commit-table
```
2023-09-09 13:33:16 -04:00
Chang She
213c313b99
Revert "Updating package-lock.json" ( #455 )
...
This reverts commit ab97e5d632 .
Co-authored-by: Chang She <chang@lancedb.com >
2023-08-24 15:54:57 -07:00