1
0
mirror of https://github.com/tensorchord/pgvecto.rs.git synced 2025-09-19 18:01:34 +03:00
Files
usamoi 1d723fe248 refactor: make SQ build & preprocess faster (#596)
* chore: rename inverted_index to sparse_inverted_index

Signed-off-by: usamoi <usamoi@outlook.com>

* refactor: make scalar quantization faster

Signed-off-by: usamoi <usamoi@outlook.com>

---------

Signed-off-by: usamoi <usamoi@outlook.com>
2024-09-23 07:50:33 +00:00

14 lines
271 B
TOML

[package]
name = "sparse_inverted_index"
version.workspace = true
edition.workspace = true
[dependencies]
base = { path = "../base" }
common = { path = "../common" }
quantization = { path = "../quantization" }
storage = { path = "../storage" }
[lints]
workspace = true