Files
lancedb/.gitignore
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

31 lines
267 B
Plaintext

.idea
**/*.whl
*.egg-info
**/__pycache__
.DS_Store
rust/target
rust/Cargo.lock
site
.pytest_cache
.ruff_cache
python/build
python/dist
notebooks/.ipynb_checkpoints
**/.hypothesis
## Javascript
index.node
**/node_modules
**/.DS_Store
node/dist
## Rust
target