mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-06 20:02:58 +00:00
- 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
384 B
384 B
A JavaScript / Node.js library for LanceDB.
Quick Start
npm i vectordb
See the examples folder for usage.
Development
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