sparse-vector 4.1.0

Sparse vector inverted index with WAND pruning, persisted through lucistore and sharded through luciole — a lucivy friend crate. Original code, design inspired by Qdrant's sparse index (see NOTICE).
Documentation
[package]
name = "sparse-vector"
version = "4.1.0"
edition = "2021"
license = "MIT"
authors = ["Luciform Research <luciedefraiteur@luciformresearch.com>"]
repository = "https://github.com/L-Defraiteur/lucivy"
homepage = "https://github.com/L-Defraiteur/lucivy"
readme = "README.md"
keywords = ["sparse", "vector", "wand", "inverted-index", "splade"]
categories = ["database-implementations", "data-structures"]
description = "Sparse vector inverted index with WAND pruning, persisted through lucistore and sharded through luciole — a lucivy friend crate. Original code, design inspired by Qdrant's sparse index (see NOTICE)."

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
bincode = "1"
ordered-float = "4"
memmap2 = "0.9"
crc32fast = "1"
lucistore = { version = "4.1.0", path = "../lucistore" }
luciole = { version = "4.1.0", path = "../luciole" }