mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-13 23:32:57 +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
215 B
215 B
The LanceDB node bridge (vectordb-node) allows javascript applications to access LanceDB datasets.
It is build using Neon. See the node project for an example of how it is used / tests