A JavaScript / Node.js library for LanceDB.
npm i vectordb
See the examples folder for usage.
The LanceDB javascript is built with npm:
npm run tsc
Run the tests with
npm test
To run the linter and have it automatically fix all errors
npm run lint -- --fix