valentinus 1.2.0

A thread-safe vector database for model inference inside LMDB.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "valentinus"
version = "1.2.0"
authors = ["n12n <nigel.christian@hiahatf.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A thread-safe vector database for model inference inside LMDB."
documentation = "https://docs.rs/valentinus"
readme = "README.md"
keywords = [
    "nlp",
    "deep-learning",
    "machine-learning",
    "transformers",
    "vector-database",
]
categories = ["database"]
license = "Apache-2.0"
repository = "https://github.com/kn0sys/valentinus"

[lib]
name = "valentinus"
crate-type = ["lib"]
path = "src/lib.rs"

[[example]]
name = "cosine_query_example"
path = "examples/cosine_query_example.rs"

[dependencies.kn0sys-lmdb-rs]
version = "0.1.6"

[dependencies.kn0sys-nn]
version = "0.9.2"

[dependencies.log]
version = "0.4"

[dependencies.ndarray]
version = "0.17"
features = ["serde"]

[dependencies.ort]
version = "2.0.0-rc.11"
features = ["ndarray"]

[dependencies.regex]
version = "1.10.5"

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

[dependencies.serde_json]
version = "1.0.120"

[dependencies.sysinfo]
version = "0.37.0"

[dependencies.thiserror]
version = "2.0.3"

[dependencies.tokenizers]
version = ">=0.13.4"
features = ["onig"]
default-features = false

[dependencies.uuid]
version = "1.10.0"
features = ["v4"]

[dependencies.wincode]
version = ">=0.4.0"
features = ["derive"]

[dev-dependencies.csv]
version = "1.3.0"

[dev-dependencies.env_logger]
version = "0.11.5"

[dev-dependencies.rand]
version = "0.9.0"