Skip to content

0.1.3 Release Notes

Release date: 2026-04-29

Release tag target: 9b3b48bc7f6044bd230380fc943439981707933b

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.

  • Create-time quantizationCREATE COLLECTION now supports QUANTIZE SCALAR, QUANTIZE BINARY, and QUANTIZE PRODUCT.
  • Scalar quantile endpointsQUANTILE 0 and QUANTILE 1 are accepted for scalar quantization.
  • Scalar quantile validation — out-of-range values such as QUANTILE 1.5 now fail in the parser before reaching Qdrant.
  • ALWAYS RAM support — 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.
New Syntax in 0.1.3
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 RAM
HashMessage
9b3b48bc7f6044bd230380fc943439981707933bfeat: add quantization support for collection creation
390e7d6fc57f2036057e7e8280b10563c1d01961readme update
43bcdc5f68fe7eb311f22c069eb98245ffc7d7e6docs: enhance README with clearer descriptions and updated installation instructions
aa2df109859862d441eb8bf509294ffa52aaf73edocs: update QQL skill documentation with new commands and script file format

See CHANGELOG.md.


For full commit list and details see the original release notes.