Package Exports
- @qdrant/qdrant-js
Readme
Qdrant-JS: JavaScript Qdrant SDK
This package represents the JS SDK for the Qdrant vector search engine.
The next packages are re-exported from it:
- JS Client REST
- JS Client gRPC (coming soon)
Contributing
These are the most relevant scripts for development:
pnpm build: builds and bundles from TypeScript sourcespnpm pre-check: type-checks sourcespnpm pre-commit: same as pre-check, but for git hooks (husky)