Qdrant Vector Database
Qdrant 向量数据库
High-performance vector search engine written in Rust, for semantic search and recommendations.
Rust 编写的高性能向量检索引擎,用于语义搜索和推荐。
Website
Documentation
Pricing
free tier (cloud), pay-as-you-go, self-hosted (free)
Authentication
- API Key
Popularity
63/100
Endpoints
https://{cluster}.cloud.qdrant.io:6333/collections
https://{cluster}.cloud.qdrant.io:6333/collections/{name}/points/search
SDKs
PythonTypeScriptGoRustJava
Key Features
- ◆High-performance (Rust-based)
- ◆Rich filtering & payload support
- ◆Scalable distributed architecture
- ◆Self-hosted (free) & cloud tiers
- ◆gRPC & REST interfaces
Code Examples
Search Pointsbash
curl -X POST https://your-cluster.cloud.qdrant.io:6333/collections/my-collection/points/search \
-H "Content-Type: application/json" \
-H "api-key: $QDRANT_API_KEY" \
-d '{"vector": [0.1, 0.2, 0.3], "limit": 5}'Tags
vector-dbsearchrust
Last updated: 2026-07-27
Similar APIs
Tavily Search API
★95AI-native search engine optimized for LLMs and AI agents. Real-time web data with structured results.
Serper API
★90Fast Google Search API with rich SERP data including knowledge graph, shopping, and organic results.
Brave Search API
★88Independent search index API with web, news, image, and video results. Privacy-focused.
Pinecone API
★88Managed vector database for AI. Serverless, with metadata filtering and hybrid search.
Something wrong or missing? Open an issue on GitHub →
Pricing Comparison
| API | Pricing | Auth | Popularity |
|---|---|---|---|
| Pinecone API | free tier (2GB) + $0.096/GB/month | API Key | 88 |
| Pinecone Vector Database | free tier available, pay-as-you-go | API Key | 78 |
| Weaviate API | free (self-hosted) + cloud plans | API Key | 75 |
| Weaviate Vector Database | free tier (cloud sandbox), pay-as-you-go, self-hosted | API Key | 64 |
Get Started with Qdrant Vector Database
Click below to visit the official website and start using this API.
Visit Qdrant Vector Database →Discussion
Questions, feedback, or suggestions? Start a discussion.
Discuss on GitHub