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
Rob Meng
ace6aa883a
Upgrade lance to 0.5.5, and plumb thru new features from the upgrade ( #279 )
...
* upgrade
* fixes for the upgrade
* allow JS users to pass custom AWS credentials
2023-07-11 16:33:39 -04:00
Lei Xu
c68c236f17
[Js] Create index with replace flag ( #229 )
2023-06-26 18:38:20 -07:00
Lei Xu
c14ad91df0
[Node] drop table api ( #221 )
...
Provide `drop_table` in rust and node. Closes #86
2023-06-23 19:58:37 -07:00
gsilvestrin
8708fde3ef
Revert "feat(node): pull node binaries into separate packages (2) (#1… ( #206 )
...
…97)"
This reverts commit 0724d41c4b .
2023-06-16 18:15:49 -07:00
gsilvestrin
0724d41c4b
feat(node): pull node binaries into separate packages (2) ( #197 )
...
* Refactors the Node module to load the shared library from a separate
package. When a user does `npm install vectordb`, the correct optional
dependency is automatically downloaded by npm.
* Add scripts and instructions to build Linux and MacOS node artifacts
locally.
* Add instructions for publishing the npm module and crates.
Co-authored-by: Will Jones <willjones127@gmail.com >
2023-06-15 16:15:42 -07:00
gsilvestrin
0e981e782b
[nodejs] bumping version to 0.1.5 ( #171 )
2023-06-09 12:33:17 -07:00
gsilvestrin
d803482588
[nodejs] bumping version to 0.1.4 ( #147 )
2023-06-03 13:59:58 -07:00
Jai
8af5f19cc1
js docs, modal example, doc notebook integration, update doc styles ( #131 )
2023-06-02 15:24:16 -07:00
gsilvestrin
45b3a14f26
Bumping vectordb to v0.1.3 ( #124 )
2023-06-01 16:36:11 -07:00
gsilvestrin
0719e4b3fb
Revert "refactor: pull node binaries into separate packages ( #88 )" ( #122 )
...
This reverts commit e50b642d80 .
2023-06-01 13:53:07 -07:00
gsilvestrin
3e14b357e7
add openai embedding function to nodejs client ( #107 )
...
- openai is an optional dependency for lancedb
- added an example to show how to use it
2023-06-01 10:25:00 -07:00
Will Jones
e50b642d80
refactor: pull node binaries into separate packages ( #88 )
...
Changes:
* Refactors the Node module to load the shared library from a separate
package. When a user does `npm install vectordb`, the correct optional
dependency is automatically downloaded by npm.
* Brings Rust and Node versions in alignment at 0.1.2.
* Add scripts and instructions to build Linux and MacOS node artifacts
locally.
* Add instructions for publishing the npm module and crates.
2023-06-01 09:17:19 -07:00
gsilvestrin
61b9479bd9
JavaScript client initial linux support ( #84 )
2023-05-16 17:04:06 -07:00
gsilvestrin
395c7460d5
nodejs create_table ( #75 )
2023-05-15 19:00:17 -07:00
gsilvestrin
648f8123ca
Exposing limit parameter ( #73 )
2023-05-11 09:12:06 -07:00
gsilvestrin
38e6efc185
JavaScript / Node.js library for LanceDB
...
- Core rust library
- ffi bridge that exposes rust functionality to javascript
- npm package that provides a TypeScript / JavaScript library
- limitations: it only supports reading for now
2023-05-10 12:51:49 -07:00