chroma-api-types 0.13.0

Chroma-provided crate for api-types used in the Chroma API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "chroma-api-types"
version = "0.13.0"
edition = "2021"
description = "Chroma-provided crate for api-types used in the Chroma API."
license = "Apache-2.0"
repository = "https://github.com/chroma-core/chroma"

[dependencies]
serde.workspace = true
utoipa = { version = "5.0.0", features = ["macros", "axum_extras", "debug", "uuid"], optional = true }

[features]
utoipa = ["dep:utoipa"]