# 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 = "ai-chain-qdrant" version = "0.14.2" authors = ["William Rudenmalm "] description = "For using Qdrant with ai-chain" readme = "README.md" keywords = [ "llm", "langchain", "qdrant", "chain", ] categories = ["science"] license = "MIT" repository = "https://github.com/godlinchong/ai-chain/" [dependencies.ai-chain] version = "0.14.2" default-features = false [dependencies.anyhow] version = "1.0.71" [dependencies.async-trait] version = "0.1.68" [dependencies.qdrant-client] version = "1.1.2" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1.0.40" [dependencies.uuid] version = "1.6.1" [dev-dependencies.serde_yaml] version = "0.9.21" [dev-dependencies.tokio] version = "1.28.0" features = ["rt-multi-thread"]