Q
qdrant
Apache-2.0RustQdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
★ 35kFork 3k更新于 2026-09-15
Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
Qdrant(读作 quadrant)是一个高性能的向量相似性搜索引擎和向量数据库。它提供生产就绪的服务,通过便捷的 API 存储、搜索和管理点(带有效载荷的向量)。Qdrant 专为扩展过滤支持而设计,适用于各种神经网络或语义匹配、分面搜索等应用。Qdrant 使用 Rust 编写,即使在高负载下也能快速可靠。
docker run -p 6333:6333 qdrant/qdrant
官方支持 Go、Rust、JavaScript/TypeScript、Python、.NET/C# 和 Java 客户端。社区还提供了 PHP 客户端。
是的,Qdrant Edge 是轻量级版本,专为边缘设备和资源受限环境设计,支持本地存储和查询,并可同步到服务器。
Qdrant 采用 Apache License 2.0 开源许可证。