shuttle-qdrant 0.49.0

Shuttle plugin for connecting to a Qdrant database
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "shuttle-qdrant"
version = "0.49.0"
edition = "2021"
license = "Apache-2.0"
description = "Shuttle plugin for connecting to a Qdrant database"
repository = "https://github.com/shuttle-hq/shuttle"
keywords = ["shuttle-service", "qdrant"]

[dependencies]
async-trait = "0.1.56"
qdrant-client = "1.10.1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
shuttle-service = { path = "../../service", version = "0.49.0" }