JS/TS SDK for Qdrant vector search
Top 79.7% on sourcepulse
This repository provides a JavaScript/TypeScript SDK for interacting with the Qdrant vector search engine. It offers three distinct packages: a main SDK, a lightweight REST client, and a gRPC client, catering to developers building applications with Qdrant in Node.js, Deno, browsers, and Cloudflare Workers.
How It Works
The SDK leverages modern JavaScript features and provides type safety through TypeScript definitions. It offers both REST and gRPC interfaces, allowing users to choose the protocol that best suits their performance and network requirements. The client can connect to locally running Qdrant instances or Qdrant Cloud deployments.
Quick Start & Requirements
npm install @qdrant/js-client-rest
Highlighted Details
Maintenance & Community
pnpm
for monorepo management.Licensing & Compatibility
Limitations & Caveats
The primary package @qdrant/js-client-rest
is described as "lightweight," suggesting potential feature limitations compared to a full-featured client. The gRPC client is also available but not explicitly detailed in the README.
2 weeks ago
1+ week