GitHub 项目简介: 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/
README: Qdrant is written in Rust 🦀, which makes it fast and reliable even under high load.
README: To experience the full power of Qdrant locally, run the container with this command: ```bash docker run -p 6333:6333 qdrant/qdrant ``` Note that this starts an insecure deployment…
README: It provides a production-ready service with a convenient API to store, search, and manage points—vectors with an additional payload.
README: Qdrant supports dense vectors for semantic similarity, sparse vectors for full-text search, and multivector search for objects with multiple embeddings or late interaction models…