uni-sparse-vector 2.5.0

Learned-sparse (SPLADE/BGE-M3) vector type, codec, and dot-product kernel for Uni graph database
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "uni-sparse-vector"
description = "Learned-sparse (SPLADE/BGE-M3) vector type, codec, and dot-product kernel for Uni graph database"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
serde = { workspace = true }
thiserror = { workspace = true }

[dev-dependencies]
proptest = { workspace = true }