Lei Xu
ccfd043939
feat: change create table to accept Arrow table ( #845 )
2024-01-23 13:25:15 -08:00
Chang She
3ba1618be9
Merge branch 'tecmie/embeddings-openai' of github.com:tecmie/lancedb into tecmie-tecmie/embeddings-openai
2024-01-19 16:45:41 -08:00
Lei Xu
9a9fc77a95
doc: improve docs for nodejs connect functions ( #833 )
...
* improve the docstring for NodeJS connect functions and
`ConnectOptions` parameters.
* Simplify `npm run build` steps.
2024-01-19 16:07:53 -08:00
Lance Release
cfdbddc5cf
Updating package-lock.json
2024-01-12 09:45:45 +01:00
Chang She
3f66be666d
feat(node): align incoming data to table schema ( #802 )
2024-01-12 09:45:40 +01:00
Lance Release
577d6ea16e
Updating package-lock.json
2024-01-12 09:45:33 +01:00
Lance Release
55db26f59a
Updating package-lock.json
2024-01-12 09:45:29 +01:00
Lance Release
986891db98
Updating package-lock.json
2024-01-11 22:21:42 +00:00
Lance Release
036bf02901
Updating package-lock.json
2024-01-11 21:34:04 +00:00
Chang She
81af350d85
feat(node): align incoming data to table schema ( #802 )
2024-01-10 16:44:00 -08:00
Lance Release
4e3b82feaa
Updating package-lock.json
2023-12-30 03:16:41 +00:00
Lance Release
8e248a9d67
Updating package-lock.json
2023-12-30 00:53:51 +00:00
Lance Release
0df38341d5
Updating package-lock.json
2023-12-26 17:21:51 +00:00
Andrew Miracle
38a4524893
add support for openai SDK version ^4.24.1
2023-12-25 20:29:54 +00:00
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