[dependencies.anyhow]
version = "1.0.89"
[dependencies.async-trait]
version = "0.1.83"
[dependencies.derive_builder]
version = "0.20.2"
[dependencies.pgvector]
features = ["sqlx"]
version = "0.4.0"
[dependencies.serde_json]
version = "1.0.128"
[dependencies.sqlx]
features = ["postgres", "uuid"]
version = "0.8.2"
[dependencies.swiftide-core]
version = "0.13.3"
[dependencies.tracing]
version = "0.1.40"
[dev-dependencies.sqlx]
features = ["postgres", "runtime-tokio", "tls-rustls"]
version = "0.8.2"
[dev-dependencies.swiftide]
features = ["tree-sitter", "openai"]
version = "0.13.3"
[dev-dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros"]
version = "1.40.0"
[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.18"
[[example]]
name = "indexer"
path = "examples/indexer.rs"
[[example]]
name = "retriever"
path = "examples/retriever.rs"
[lib]
name = "swiftide_pgvector"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools"]
description = "A library to use pgvector with Swiftide."
documentation = "https://docs.rs/swiftide-pgvector"
edition = "2021"
homepage = "https://github.com/tyr-rust-bootcamp/aicomm"
keywords = ["pgvector", "postgres", "database"]
license = "MIT"
name = "swiftide-pgvector"
readme = "README.md"
repository = "https://github.com/tyr-rust-bootcamp/aicomm"
version = "0.1.1"