Lance Release
5142a27482
Updating package-lock.json
2023-12-18 18:15:50 +00:00
Lance Release
81df2a524e
Updating package-lock.json
2023-12-18 17:29:58 +00:00
Lance Release
ff9872fd44
Updating package-lock.json
2023-12-15 18:25:06 +00:00
Lance Release
2e4ea7d2bc
Updating package-lock.json
2023-12-15 18:01:45 +00:00
Bert
ce58ea7c38
chore: fix package lock ( #711 )
2023-12-15 11:49:16 -05:00
Lance Release
b6f0a31686
Updating package-lock.json
2023-12-14 19:31:56 +00:00
Chang She
bbdebf2c38
chore: update package lock ( #689 )
2023-12-06 17:14:56 -08:00
Lance Release
6c83b6a513
Updating package-lock.json
2023-12-04 18:34:43 +00:00
Lance Release
6bec4bec51
Updating package-lock.json
2023-12-04 17:02:48 +00: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
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
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
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
57eff82ee7
Updating package-lock.json
2023-10-26 21:03:07 +00: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
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
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
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
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
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
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
Lance Release
ab97e5d632
Updating package-lock.json
2023-08-24 21:54:35 +00:00
Lance Release
a34fa4df26
Updating package-lock.json
2023-08-24 05:23:19 +00:00
Lance Release
e20979b335
Updating package-lock.json
2023-08-24 04:48:11 +00:00
Lance Release
8764741116
Updating package-lock.json
2023-08-22 21:11:28 +00:00
Lance Release
3d7d903d88
Updating package-lock.json
2023-08-22 20:15:13 +00:00
Lance Release
ba416a571d
Updating package-lock.json
2023-08-17 23:48:01 +00:00
Lance Release
13317ffb46
Updating package-lock.json
2023-08-17 23:07:51 +00:00
Lance Release
1fcc67fd2c
Updating package-lock.json
2023-08-14 23:02:39 +00:00
Lance Release
b281c5255c
Updating package-lock.json
2023-08-14 17:03:51 +00:00
Lance Release
d349d2a44a
Updating package-lock.json
2023-08-14 16:06:52 +00:00
Lance Release
b8e656b2a7
Updating package-lock.json
2023-07-27 21:53:30 +00:00
Lance Release
ff7c1193a7
Updating package-lock.json
2023-07-27 21:06:32 +00:00
Lance Release
6fd465ceef
Updating package-lock.json
2023-07-24 20:02:35 +00:00
Lance Release
e2e5a0fb83
Updating package-lock.json
2023-07-24 19:27:32 +00:00
Will Jones
8829988ada
ci: build node in manylinux docker container ( #350 )
...
Closes #359
TODO:
* [x] test in a sample of Linux distro docker containers
2023-07-24 11:31:47 -07:00
Lance Release
2c9371dcc4
Updating package-lock.json
2023-07-21 23:18:22 +00:00
Lance Release
6d5621da4a
Updating package-lock.json
2023-07-21 22:39:21 +00:00
gsilvestrin
17cf244e53
Updating package-lock.json ( #347 )
2023-07-20 14:44:10 -07:00