Qdrant provides client SDKs for various programming languages, allowing easy integration with Qdrant deployments.
Qdrant Clients SDK Qdrant has the following officially supported client SDKs: Python — qdrant-client · Installation: pip install qdrant-client[fastembed] JavaScript / TypeScript — qdrant-js · Installation: npm install @qdrant/js-client-rest Rust — rust-client · Installation: cargo add qdrant-client Go — go-client · Installation: go get github.com/qdrant/go-client .NET — qdrant-dotnet · Installation: dotnet add package Qdrant.Client Java — java-client · Available on Maven Central: https://central.sonatype.com/artifact/io.qdrant/client API Reference All interaction with Qdrant can happen through the REST API or gRPC API. We recommend using the REST API if you are using Qdrant for the first time or working on a prototype. REST API - OpenAPI Reference - GitHub gRPC API - gRPC protobuf definitions
don't have the plugin yet? install it then click "run inline in claude" again.