lumosai-vector-postgres 0.1.4

PostgreSQL with pgvector implementation for lumos-vector-core
Documentation
[[bench]]
harness = false
name = "postgres_benchmark"
path = "benches/postgres_benchmark.rs"
required-features = []

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

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

[dependencies.lumosai-vector-core]
features = ["serde"]
version = "0.1.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlx]
features = ["runtime-tokio-rustls", "postgres", "json", "uuid", "chrono"]
version = "0.7"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

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

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

[dev-dependencies.testcontainers]
version = "0.15"

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

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

[features]
default = []
test-integration = []

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

[package]
authors = ["Lumos.ai Team <team@lumos.ai>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "PostgreSQL with pgvector implementation for lumos-vector-core"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "lumosai-vector-postgres"
readme = "README.md"
repository = "https://github.com/louloulin/lumos.ai.git"
version = "0.1.4"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"