Files
qdrant/lib/edge/publish/examples/Cargo.toml

17 lines
347 B
TOML

[package]
name = "examples"
version = "0.0.0"
edition = "2024"
publish = false
description = "Examples demonstrating how to use the Qdrant Edge library"
[dependencies]
qdrant-edge = { path = "../qdrant-edge" }
anyhow = "1"
fs-err = "3"
ordered-float = "5"
serde_json = "1"
tempfile = "3"
ureq = "3"
uuid = { version = "1.21", features = ["v4"] }