lnmp-embedding 0.5.7

Vector embedding support for LNMP (LLM Native Minimal Protocol) with similarity calculations and delta encoding
Documentation
[[bench]]
harness = false
name = "embedding_bench"
path = "benches/embedding_bench.rs"

[dependencies.byteorder]
version = "1.4"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.criterion]
version = "0.5"

[lib]
name = "lnmp_embedding"
path = "src/lib.rs"

[package]
authors = ["LNMP Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "data-structures", "algorithms"]
description = "Vector embedding support for LNMP (LLM Native Minimal Protocol) with similarity calculations and delta encoding"
edition = "2021"
keywords = ["lnmp", "embedding", "vector", "similarity", "delta"]
license = "MIT OR Apache-2.0"
name = "lnmp-embedding"
readme = "README.md"
repository = "https://github.com/lnmplang/lnmp-protocol"
rust-version = "1.91.0"
version = "0.5.7"