ToolKiti
Home/向量数据库/Qdrant Vector Database

Qdrant Vector Database

Qdrant 向量数据库

High-performance vector search engine written in Rust, for semantic search and recommendations.

Rust 编写的高性能向量检索引擎,用于语义搜索和推荐。

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

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

Get Started with Qdrant Vector Database

Click below to visit the official website and start using this API.

Visit Qdrant Vector Database