{
"operation-name" : "add",
"description" : "This operation adds a Chroma embedding store.",
"request-properties" : {
"api-version" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The supported API version of Chroma to use.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"allowed" : [
"V1",
"V2"
],
"stability" : "default"
},
"base-url" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The base URL to the Chroma server.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"collection-name" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the collection in the Chroma database.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"connect-timeout" : {
"type" : {
"TYPE_MODEL_VALUE" : "LONG"
},
"description" : "The connection timeout for connecting to the Chroma server.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 0,
"unit" : "MILLISECONDS",
"stability" : "default"
},
"database-name" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the database in the Chroma database.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "default",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"log-requests" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Whether to log API requests to the Chroma server.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default"
},
"log-responses" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Whether to log API responses from the Chroma server.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default"
},
"tenant-name" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the tenant in the Chroma database.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "default",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}