lumosai-vector-memory 0.1.4

In-memory vector storage implementation for Lumos
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 = "2021"
name = "lumosai-vector-memory"
version = "0.1.4"
authors = ["Lumos.ai Team <team@lumos.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "In-memory vector storage implementation for Lumos"
readme = false
keywords = [
    "vector",
    "embedding",
    "memory",
    "ai",
    "search",
]
categories = [
    "database",
    "science",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/louloulin/lumos.ai.git"

[features]
default = ["serde"]
serde = ["lumosai-vector-core/serde"]

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

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.lumosai-vector-core]
version = "0.1.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = ["sync"]

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

[dev-dependencies.tokio]
version = "1.0"
features = ["full"]

[dev-dependencies.tokio-test]
version = "0.4"