Download Latest Version qdrant-x86_64-pc-windows-msvc.zip (28.6 MB)
Email in envelope

Get an email when there's a new version of Qdrant

Home / v1.15.0
Name Modified Size InfoDownloads / Week
Parent folder
qdrant-x86_64-unknown-linux-gnu.tar.gz 2025-07-18 31.9 MB
qdrant-x86_64-pc-windows-msvc.zip 2025-07-18 28.6 MB
qdrant-aarch64-apple-darwin.tar.gz 2025-07-18 28.3 MB
qdrant-x86_64-apple-darwin.tar.gz 2025-07-18 30.3 MB
qdrant-x86_64.AppImage 2025-07-18 29.8 MB
README.md 2025-07-18 6.2 kB
v1.15.0 source code.tar.gz 2025-07-18 4.1 MB
v1.15.0 source code.zip 2025-07-18 4.8 MB
Totals: 8 Items   157.8 MB 2

Change log

Features 📜

Improvements 🪨

Bug fixes 🫙

Web-UI 🎨

Deprecations 🚧

  • init_from parameter of the collection creation API is deprecated and going to be removed in v1.16
    • Reason: init_from creates false expectation of data consistency and reliability of this operation.
    • Alternative: prefer usage of migration tool or snapshots, read more in the tutorial
  • Payload based filters in JWT going to be removed in v1.16
    • Reason: Payload based filters are inconsistent for read/write operations. Many update operations are not implemented due to security risks and complexity. Lack of real-life usage.
    • Alternative: prefer collection-based access control.
  • mmap_threshold parameter of the collection optimizer is deprecated and going to be removed in v1.16
    • Reason: starting from v1.12, all vector storages exclusively use memory maps, explicit usage of mmap_threshold is obsolete
    • Alternative: control memory cache behaviour of Qdrant storages with on_disk: true/false parameter
  • Lock API is deprecated and going to be removed in v1.16

    • Reason: lack of real-life usage
    • Alternative: JWT tokens can be configured to provide read-only access to Qdrant
  • https://github.com/qdrant/qdrant/pull/6760 - Removed max_indexing_threads from config

Source: README.md, updated 2025-07-18