qdrant/qdrant-js
JavaScript/TypeScript SDK for the Qdrant vector search engine, providing client libraries for REST and gRPC access.

This repository provides official JavaScript and TypeScript client packages for Qdrant, a high-performance vector search engine. It includes three published packages: the main SDK (@qdrant/qdrant-js), a lightweight REST client, and a gRPC client. These packages enable developers to integrate vector search capabilities into JavaScript applications, supporting operations like similarity search, embedding storage, and retrieval-augmented generation workflows.