vectx-core 0.2.7

Core library for vectX vector database - HNSW indexing, SIMD operations, BM25 search
Documentation
[dependencies.ahash]
version = "0.8"

[dependencies.anyhow]
version = "1.0"

[dependencies.ordered-float]
version = "5.0"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.9"

[dependencies.rayon]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.smallvec]
version = "1.15"

[dependencies.thiserror]
version = "1.0"

[dependencies.uuid]
features = ["v4", "serde"]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.0"

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

[package]
authors = ["antonellof"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "data-structures", "algorithms"]
description = "Core library for vectX vector database - HNSW indexing, SIMD operations, BM25 search"
documentation = "https://docs.rs/vectx-core"
edition = "2021"
keywords = ["vector-database", "hnsw", "simd", "embeddings", "similarity-search"]
license = "MIT OR Apache-2.0"
name = "vectx-core"
readme = "README.md"
repository = "https://github.com/antonellof/vectX"
rust-version = "1.75"
version = "0.2.7"