{
"operation-name" : "add",
"description" : "This operation adds a weaviate embedding store.",
"request-properties" : {
"avoid-dups" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "If true the object id is a hashed ID based on provided text segment else a random ID will be generated.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default"
},
"consistency-level" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "How the consistency is tuned when writing into weaviate embedding store.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "ALL",
"min-length" : 1,
"max-length" : 2147483647,
"allowed" : [
"ONE",
"QUORUM",
"ALL"
],
"stability" : "default"
},
"metadata" : {
"type" : {
"TYPE_MODEL_VALUE" : "LIST"
},
"description" : "The list of metadata keys to store with an embedding content.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 0,
"max-length" : 2147483647,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
},
"object-class" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The object class under which the embeddings are stored.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"socket-binding" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The outbound socket binding to connect to the Weaviate store.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"capability-reference" : "org.wildfly.network.outbound-socket-binding",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"ssl-enabled" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "True if the connection to the Weaviate store is https or not.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : false,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}