mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 05:51:21 +08:00
Updated readme [skip ci]
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user