Thanks for contributing to the Knowhere Node.js SDK.
Requirements:
- Node.js 20.19.0+
- npm 10+
Install dependencies:
npm ciRun these commands before opening a pull request:
npm run format:check
npm run typecheck
npm run lint
npm run test:ci
npm run buildIf you change public behavior, also update the relevant materials in:
README.mdexamples/docs/release-workflow.mdif you change the release contract
Pull requests that should publish a package release must include a changeset:
npm run changesetMaintainers handle versioning and publishing through the release workflow.