published AI Powered

Qdrant Vector Search

The Qdrant Vector Search API provides developers with a free open-source solution for storing, filtering, and searching vector embeddings for AI applications.

Developed by Qdrant

99.99%Uptime
20msLatency
13.8kStars
API KeyAuth
NoCredit Card
RESTStyle
v1Version
API Endpoints

Reference for available routes, request structures, and live examples.

Inserts or updates vector embeddings

Full Endpoint URL
http://localhost:6333/collections/{name}/points
Implementation Example
curl -X PUT 'http://localhost:6333/collections/{name}/points' \
  -H 'Authorization: Bearer YOUR_API_KEY'
Request Payload
{
  "points": [
    {
      "id": "point1",
      "vector": [
        0.1,
        0.2,
        0.3
      ],
      "payload": {
        "city": "Berlin"
      }
    }
  ]
}
Expected Response
{
  "status": "acknowledged",
  "operation_id": 123
}
Version:v1
Limit:500 vectors/second
Real-World Applications
  • Semantic search over document corporaOptimized Capability
  • Real-time AI recommendationsOptimized Capability
  • Image/vector similarity searchOptimized Capability
  • Hybrid search using metadata + embeddingsOptimized Capability
  • LLM context retrieval and RAG workflowsOptimized Capability
Advantages
  • Open-source with an active, growing community
  • Extremely low latency suitable for real-time applications
  • Supports advanced filtering and hybrid vector/scalar search
  • Seamless integration with popular ML and data engineering workflows
  • Comprehensive language SDKs and detailed documentation
Limitations
  • Initial vector data preparation is necessary
  • Scaling for large datasets may require managed cloud hosting
  • Niche focus on vector search, not general-purpose data storage
  • Hybrid query syntax may require learning curve for newcomers
  • Limited support for relational or transactional operations

FAQs

API Specifications

v1
Pricing Model
Usage-based (free tier, then pay for storage and queries)
Credit Card
Not Required
Response Formats
JSON
Supported Languages
7 Languages
SDK Support
Python, TypeScript, Go, Rust
Time to Hello World

Under 10 minutes for cloud or Docker setup.

Rate Limit

1,000 requests/minute (free tier)

Free Tier Usage

Up to 1 million vectors, 100 MB storage, 1,000 requests/minute

Use Case: Best For

AI/ML developers needing scalable vector search for embeddings, semantic search applications, LLM-powered tools, and real-time recommendations.

Not Recommended For

Relational or transactional workloads, projects needing only traditional scalar search, or applications that don’t use vector embeddings.

#similarity-search#vector-database

Explore Related APIs

Discover similar APIs to Qdrant Vector Search

View All APIs
FREEMIUM

NocoDB API

The NocoDB API auto-generates REST and GraphQL interfaces from existing SQL databases, providing programmatic access to CRUD operations, filtering, and webhook capabilities.

DatabaseView Details
FREEMIUM

TimescaleDB API

The TimescaleDB API offers developers a free and efficient way to handle time-series data directly within PostgreSQL, allowing for robust analytics workflows without extra overhead.

DatabaseView Details
FREEMIUM

Supabase Vector API

The Supabase Vector API provides developers free access to perform efficient vector similarity searches within Supabase-managed databases, ideal for AI and machine learning workflows.

DatabaseView Details