Files
lancedb/nodejs/CLAUDE.md
Will Jones fbff244ed8 chore: add claude md files (#2531)
Gives basic context to Claude about how to do common tasks in the repo.
2025-07-23 12:20:36 -07:00

473 B

These are the typescript bindings of LanceDB. The core Rust library is in the ../rust/lancedb directory, the rust binding code is in the src/ directory and the typescript bindings are in the lancedb/ directory.

Whenever you change the Rust code, you will need to recompile: npm run build.

Common commands:

  • Build: npm run build
  • Lint: npm run lint
  • Fix lints: npm run lint-fix
  • Test: npm test
  • Run single test file: npm test __test__/arrow.test.ts