simple_db_nn 0.1.0

Very stupid and simple db with nearest neighbors algorithms to use with embeddings
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 = "simple_db_nn"
version = "0.1.0"
authors = ["Carlos B. <mcflurry0@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Very stupid and simple db with nearest neighbors algorithms to use with embeddings"
readme = "README.md"
keywords = [
    "embedding",
    "llm",
    "db",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/carlosb1/simple-db-nn"

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.arroy]
version = "0.5.0"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.fastembed]
version = "4.3"

[dependencies.heed]
version = "0.20.5"

[dependencies.rand]
version = "0.8.5"

[dependencies.rayon]
version = "1.10.0"

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

[dependencies.serde_json]
version = "1.0.141"