Commit Graph

91 Commits

Author SHA1 Message Date
Lance Release 6603414885 Updating package-lock.json 2024-04-30 20:57:12 +00:00
Lance Release cc03f90379 Updating package-lock.json 2024-04-30 19:21:48 +00:00
Lance Release 09cfab6d00 Updating package-lock.json 2024-04-10 17:40:03 +00:00
Weston Pace 9fee384d2c chore(node): restore package-lock.json lost during rebase 2024-04-05 16:36:29 -07:00
Andrew Miracle f1aad1afc7 Merge branch 'main' into tecmie/embeddings-openai 2024-04-05 16:25:51 -07:00
Lance Release d39145c7e4 Updating package-lock.json 2024-04-05 16:25:14 -07:00
Chang She 118a11c9b3 feat(node): align incoming data to table schema (#802) 2024-04-05 16:25:14 -07:00
Lance Release f0a654036e Updating package-lock.json 2024-04-05 16:25:02 -07:00
Lance Release 162f8536d1 Updating package-lock.json 2024-04-05 16:25:02 -07:00
Lance Release 3aa233f38a Updating package-lock.json 2024-04-05 16:25:02 -07:00
Lance Release ab794ba237 Updating package-lock.json 2024-04-05 16:25:02 -07:00
Andrew Miracle 453bf113ae add support for openai SDK version ^4.24.1 2024-04-05 16:25:02 -07:00
Chang She 4b243c5ff8 feat(node): align incoming data to table schema (#802) 2024-04-05 16:25:01 -07:00
Lance Release 24afea8c56 Updating package-lock.json 2024-04-05 16:24:47 -07:00
Lance Release 0d2dbf7d09 Updating package-lock.json 2024-04-05 16:24:47 -07:00
Lance Release 4891a7ae14 Updating package-lock.json 2024-04-05 16:24:47 -07:00
Lance Release 1dac34d2fa Updating package-lock.json 2024-04-05 16:24:30 -07:00
Lance Release 78b457f230 Updating package-lock.json 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
Bert 0b9c8ef88a chore: fix package lock (#711) 2024-04-05 16:24:30 -07:00
Lance Release 79aeb6bea6 Updating package-lock.json 2024-04-05 16:24:30 -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 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