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
6 lines
67 B
TOML
6 lines
67 B
TOML
[workspace]
|
|
members = [
|
|
"rust/vectordb",
|
|
"rust/ffi/node"
|
|
]
|