A JavaScript / Node.js library for [LanceDB](https://github.com/lancedb/lancedb). ## Quick Start ```bash npm i vectordb ``` See the examples folder for usage. ## Development The LanceDB javascript is built with npm: ```bash npm run tsc ``` Run the tests with ```bash npm test ``` To run the linter and have it automatically fix all errors ```bash npm run lint -- --fix ```