From 6c4a115ebfdb73be243b0c9004281b8961e79568 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 3 Apr 2024 23:17:27 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 605e8a7..2a665b7 100644 --- a/README.md +++ b/README.md @@ -419,7 +419,9 @@ Use [partitioning](https://www.postgresql.org/docs/current/ddl-partitioning.html CREATE TABLE items (embedding vector(3), category_id int) PARTITION BY LIST(category_id); ``` -## Binary Quantization [unreleased] +## Binary Quantization + +*Unreleased* Use expression indexing for binary quantization