Release date: 2026-04-29
Release tag target: 9b3b48bc7f6044bd230380fc943439981707933b
Summary
Section titled “Summary”This release adds collection quantization for CREATE COLLECTION, validates scalar quantile boundaries in the parser, and aligns the public docs and skill references with the current Go behavior.
Highlights
Section titled “Highlights”- Create-time quantization —
CREATE COLLECTIONnow supportsQUANTIZE SCALAR,QUANTIZE BINARY, andQUANTIZE PRODUCT. - Scalar quantile endpoints —
QUANTILE 0andQUANTILE 1are accepted for scalar quantization. - Scalar quantile validation — out-of-range values such as
QUANTILE 1.5now fail in the parser before reaching Qdrant. ALWAYS RAMsupport — available for scalar, binary, and product quantization clauses.- Docs and skill alignment — README, compatibility notes, and QQL skill references now describe quantization and insert-time auto-create behavior accurately.
Supported syntax added in this release
Section titled “Supported syntax added in this release”CREATE COLLECTION <name> QUANTIZE SCALAR CREATE COLLECTION <name> QUANTIZE SCALAR QUANTILE <0.0-1.0> CREATE COLLECTION <name> QUANTIZE SCALAR QUANTILE <0.0-1.0> ALWAYS RAM CREATE COLLECTION <name> QUANTIZE BINARY CREATE COLLECTION <name> QUANTIZE BINARY ALWAYS RAM CREATE COLLECTION <name> QUANTIZE PRODUCT CREATE COLLECTION <name> QUANTIZE PRODUCT ALWAYS RAMCommits
Section titled “Commits”| Hash | Message |
|---|---|
9b3b48bc7f6044bd230380fc943439981707933b | feat: add quantization support for collection creation |
390e7d6fc57f2036057e7e8280b10563c1d01961 | readme update |
43bcdc5f68fe7eb311f22c069eb98245ffc7d7e6 | docs: enhance README with clearer descriptions and updated installation instructions |
aa2df109859862d441eb8bf509294ffa52aaf73e | docs: update QQL skill documentation with new commands and script file format |
Full changelog
Section titled “Full changelog”See CHANGELOG.md.
For full commit list and details see the original release notes.