JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10800
  • Score
    100M100P100Q148675F
  • License Apache-2.0

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:

Contributing

These are the most relevant scripts for development:

  • pnpm build: builds and bundles from TypeScript sources
  • pnpm pre-check: type-checks sources
  • pnpm pre-commit: same as pre-check, but for git hooks (husky)