Skip to content

Commit 8475910

Browse files
authored
Remove all TurboQuant stuff (#8377)
## Summary Closes: #7830 (it was already closed but now it will be extra closed). See #7830 (comment) for why we are removing this. To summarize: lossy compression / quantization doesn't really make sense in Vortex at all. Also removes the vector search benchmark that benchmarked this implementation of TurboQuant. ## API Changes Removes TurboQuant completely from the codebase. ## Testing N/A Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
1 parent 8acef3a commit 8475910

66 files changed

Lines changed: 10 additions & 11648 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

Lines changed: 0 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ members = [
1515
"vortex-row",
1616
"vortex-tensor",
1717
"vortex-json",
18-
"vortex-turboquant",
1918
"vortex-compressor",
2019
"vortex-btrblocks",
2120
"vortex-layout",
@@ -65,7 +64,6 @@ members = [
6564
"benchmarks/datafusion-bench",
6665
"benchmarks/duckdb-bench",
6766
"benchmarks/random-access-bench",
68-
"benchmarks/vector-search-bench",
6967
# Benchmarks website v3 (alpha) - leaf binary, not part of vortex-* API
7068
"benchmarks-website/server",
7169
"benchmarks-website/migrate",
@@ -313,7 +311,6 @@ vortex-sequence = { version = "0.1.0", path = "encodings/sequence", default-feat
313311
vortex-session = { version = "0.1.0", path = "./vortex-session", default-features = false }
314312
vortex-sparse = { version = "0.1.0", path = "./encodings/sparse", default-features = false }
315313
vortex-tensor = { version = "0.1.0", path = "./vortex-tensor", default-features = false }
316-
vortex-turboquant = { version = "0.1.0", path = "./vortex-turboquant", default-features = false }
317314
vortex-utils = { version = "0.1.0", path = "./vortex-utils", default-features = false }
318315
vortex-zigzag = { version = "0.1.0", path = "./encodings/zigzag", default-features = false }
319316
vortex-zstd = { version = "0.1.0", path = "./encodings/zstd", default-features = false }

benchmarks/vector-search-bench/Cargo.toml

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)