chroma-api-types 0.14.0

Chroma-provided crate for api-types used in the Chroma API.
Documentation
1
2
3
4
5
#[derive(Debug, Clone, serde::Deserialize, serde::Serialize)]
#[cfg_attr(feature = "utoipa", derive(utoipa::ToSchema))]
pub struct ForkCollectionPayload {
    pub new_name: String,
}