Files
lancedb/rust/ffi/node/README.md
gsilvestrin 38e6efc185 JavaScript / Node.js library for LanceDB
- 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
2023-05-10 12:51:49 -07:00

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