v1.19.0
Change log Features ☝️ https://github.com/qdrant/qdrant/milestone/50 - TurboQuant 4-bit as a datatype of primary vector storage. Only store 4-bit quantized vectors and spare disk space on original vectors. [docs] #9669, #9684, #9950 - Unify definition of memory usage strategy for collection components. Use "memory": "cold" / "cached" / "pinned" to define memory behavior for each individual collect…