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
1
2
3
4
5
6
7
8
9
10
11
12
13
sparse-vector
Copyright 2026 Lucie Defraiteur

This crate is licensed under the MIT license (see LICENSE).

It is original work. Its design — remapping token ids to dense dimensions,
posting lists carrying a suffix-maximum ceiling, batch scoring of id windows
and WAND-style pruning — is inspired by the sparse index of Qdrant
(https://github.com/qdrant/qdrant, Apache License 2.0). No code is derived
from it.

This crate is a member of the lucivy workspace (ld-lucivy, lucivy-core,
luciole, lucistore), which is licensed under the MIT license as well.