wip: see if we can build the lib in ci

This commit is contained in:
Will Jones
2023-05-18 16:28:12 -07:00
parent aac2ffa4b3
commit 89aee07fa9
3 changed files with 128 additions and 1 deletions

View File

@@ -8,6 +8,9 @@ A JavaScript / Node.js library for [LanceDB](https://github.com/lancedb/lancedb)
npm install vectordb
```
This will download the appropriate native library for your platform. We currently
support x86_64 Linux, Intel MacOS, and ARM (M1/M2) MacOS.
## Usage
### Basic Example
@@ -24,6 +27,12 @@ The [examples](./examples) folder contains complete examples.
## Development
Build the rust library with:
```bash
npm run build
```
The LanceDB javascript is built with npm:
```bash