mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-22 21:09:58 +00:00
* Refactors the Node module to load the shared library from a separate package. When a user does `npm install vectordb`, the correct optional dependency is automatically downloaded by npm. * Add scripts and instructions to build Linux and MacOS node artifacts locally. * Add instructions for publishing the npm module and crates. Co-authored-by: Will Jones <willjones127@gmail.com>
35 lines
322 B
Plaintext
35 lines
322 B
Plaintext
.idea
|
|
**/*.whl
|
|
*.egg-info
|
|
**/__pycache__
|
|
.DS_Store
|
|
|
|
.vscode
|
|
|
|
rust/target
|
|
rust/Cargo.lock
|
|
|
|
site
|
|
|
|
.pytest_cache
|
|
.ruff_cache
|
|
|
|
python/build
|
|
python/dist
|
|
|
|
**/.ipynb_checkpoints
|
|
|
|
**/.hypothesis
|
|
|
|
## Javascript
|
|
*.node
|
|
**/node_modules
|
|
**/.DS_Store
|
|
node/dist
|
|
node/examples/**/package-lock.json
|
|
node/examples/**/dist
|
|
|
|
## Rust
|
|
target
|
|
|