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
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
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
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
a174832d61
Updating package-lock.json
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
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
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
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
Lance Release
600da476e8
Updating package-lock.json
2023-07-20 20:24:54 +00:00
gsilvestrin
a2bb497135
feat(node) Move native packages to @lancedb NPM org ( #341 )
...
- Move native packages to @lancedb org
- Move package-lock.json update to a reusable action and created a target to run it manually.
2023-07-20 12:54:39 -07:00
gsilvestrin
6e24e731b8
Updating package-lock.json ( #338 )
2023-07-18 21:10:18 -07:00
Lance Release
0664eaec82
Bump version: 0.1.14 → 0.1.15
2023-07-19 02:54:10 +00:00
Lei Xu
980f910f50
[Node] initial support of nodejs remote sdk ( #333 )
2023-07-18 16:15:27 -07:00
gsilvestrin
9748406cba
Updating package-lock.json ( #322 )
2023-07-17 16:48:22 -07:00
gsilvestrin
72afa06b7a
feat(node): Add Windows support ( #294 )
2023-07-17 08:48:24 -07:00
gsilvestrin
2b108e1c80
Updating package-lock.json file ( #301 )
2023-07-13 17:50:01 -07:00
gsilvestrin
c385c55629
feat(node): pull node binaries into separate packages (3) ( #285 )
2023-07-12 16:52:04 -07:00