Catalog / Qdrant

1.15.0

1.2 years agosecurityaddedfixedOriginal notes

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_optimization_threads from config