generated from camel.apache.org/component
Add component definition: milvus
This commit is contained in:
parent
c890c8154c
commit
d4d5786874
258
component.json
Normal file
258
component.json
Normal file
@ -0,0 +1,258 @@
|
||||
{
|
||||
"component": {
|
||||
"kind": "component",
|
||||
"name": "milvus",
|
||||
"title": "Milvus",
|
||||
"description": "Perform operations on the Milvus Vector Database.",
|
||||
"deprecated": false,
|
||||
"firstVersion": "4.5.0",
|
||||
"label": "database,ai",
|
||||
"javaType": "org.apache.camel.component.milvus.MilvusComponent",
|
||||
"supportLevel": "Stable",
|
||||
"groupId": "org.apache.camel",
|
||||
"artifactId": "camel-milvus",
|
||||
"version": "4.10.2",
|
||||
"scheme": "milvus",
|
||||
"extendsScheme": "",
|
||||
"syntax": "milvus:collection",
|
||||
"async": false,
|
||||
"api": false,
|
||||
"consumerOnly": false,
|
||||
"producerOnly": true,
|
||||
"lenientProperties": false,
|
||||
"browsable": false,
|
||||
"remote": true
|
||||
},
|
||||
"headers": {
|
||||
"CamelMilvusAction": {
|
||||
"index": 0,
|
||||
"kind": "header",
|
||||
"displayName": "",
|
||||
"group": "producer",
|
||||
"label": "",
|
||||
"required": false,
|
||||
"javaType": "String",
|
||||
"enum": [
|
||||
"CREATE_COLLECTION",
|
||||
"CREATE_INDEX",
|
||||
"UPSERT",
|
||||
"INSERT",
|
||||
"SEARCH",
|
||||
"QUERY",
|
||||
"DELETE"
|
||||
],
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"description": "The action to be performed.",
|
||||
"constantName": "org.apache.camel.component.milvus.Milvus$Headers#ACTION"
|
||||
},
|
||||
"CamelMilvusOperationStatus": {
|
||||
"index": 1,
|
||||
"kind": "header",
|
||||
"displayName": "",
|
||||
"group": "producer",
|
||||
"label": "",
|
||||
"required": false,
|
||||
"javaType": "String",
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"description": "Operation Status.",
|
||||
"constantName": "org.apache.camel.component.milvus.Milvus$Headers#OPERATION_STATUS"
|
||||
},
|
||||
"CamelMilvusOperationStatusValue": {
|
||||
"index": 2,
|
||||
"kind": "header",
|
||||
"displayName": "",
|
||||
"group": "producer",
|
||||
"label": "",
|
||||
"required": false,
|
||||
"javaType": "int",
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"description": "Operation Status Value.",
|
||||
"constantName": "org.apache.camel.component.milvus.Milvus$Headers#OPERATION_STATUS_VALUE"
|
||||
},
|
||||
"CamelMilvusTextFieldName": {
|
||||
"index": 3,
|
||||
"kind": "header",
|
||||
"displayName": "",
|
||||
"group": "producer",
|
||||
"label": "",
|
||||
"required": false,
|
||||
"javaType": "String",
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"description": "Text Field Name for Insert/Upsert operation",
|
||||
"constantName": "org.apache.camel.component.milvus.Milvus$Headers#TEXT_FIELD_NAME"
|
||||
},
|
||||
"CamelMilvusVectorFieldName": {
|
||||
"index": 4,
|
||||
"kind": "header",
|
||||
"displayName": "",
|
||||
"group": "producer",
|
||||
"label": "",
|
||||
"required": false,
|
||||
"javaType": "String",
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"description": "Vector Field Name for Insert/Upsert operation",
|
||||
"constantName": "org.apache.camel.component.milvus.Milvus$Headers#VECTOR_FIELD_NAME"
|
||||
},
|
||||
"CamelMilvusCollectionName": {
|
||||
"index": 5,
|
||||
"kind": "header",
|
||||
"displayName": "",
|
||||
"group": "producer",
|
||||
"label": "",
|
||||
"required": false,
|
||||
"javaType": "String",
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"description": "Collection Name for Insert/Upsert operation",
|
||||
"constantName": "org.apache.camel.component.milvus.Milvus$Headers#COLLECTION_NAME"
|
||||
},
|
||||
"CamelMilvusKeyName": {
|
||||
"index": 6,
|
||||
"kind": "header",
|
||||
"displayName": "",
|
||||
"group": "producer",
|
||||
"label": "",
|
||||
"required": false,
|
||||
"javaType": "String",
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"description": "Key Name for Insert/Upsert operation",
|
||||
"constantName": "org.apache.camel.component.milvus.Milvus$Headers#KEY_NAME"
|
||||
},
|
||||
"CamelMilvusKeyValue": {
|
||||
"index": 7,
|
||||
"kind": "header",
|
||||
"displayName": "",
|
||||
"group": "producer",
|
||||
"label": "",
|
||||
"required": false,
|
||||
"javaType": "String",
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"description": "Key Value for Insert/Upsert operation",
|
||||
"constantName": "org.apache.camel.component.milvus.Milvus$Headers#KEY_VALUE"
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"collection": {
|
||||
"index": 0,
|
||||
"kind": "path",
|
||||
"displayName": "Collection",
|
||||
"group": "producer",
|
||||
"label": "",
|
||||
"required": true,
|
||||
"type": "string",
|
||||
"javaType": "java.lang.String",
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"description": "The collection Name"
|
||||
},
|
||||
"host": {
|
||||
"index": 1,
|
||||
"kind": "parameter",
|
||||
"displayName": "Host",
|
||||
"group": "producer",
|
||||
"label": "",
|
||||
"required": false,
|
||||
"type": "string",
|
||||
"javaType": "java.lang.String",
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"defaultValue": "localhost",
|
||||
"configurationClass": "org.apache.camel.component.milvus.MilvusConfiguration",
|
||||
"configurationField": "configuration",
|
||||
"description": "The host to connect to."
|
||||
},
|
||||
"port": {
|
||||
"index": 2,
|
||||
"kind": "parameter",
|
||||
"displayName": "Port",
|
||||
"group": "producer",
|
||||
"label": "",
|
||||
"required": false,
|
||||
"type": "integer",
|
||||
"javaType": "int",
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"defaultValue": 19530,
|
||||
"configurationClass": "org.apache.camel.component.milvus.MilvusConfiguration",
|
||||
"configurationField": "configuration",
|
||||
"description": "The port to connect to."
|
||||
},
|
||||
"timeout": {
|
||||
"index": 3,
|
||||
"kind": "parameter",
|
||||
"displayName": "Timeout",
|
||||
"group": "producer",
|
||||
"label": "",
|
||||
"required": false,
|
||||
"type": "integer",
|
||||
"javaType": "long",
|
||||
"deprecated": false,
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"configurationClass": "org.apache.camel.component.milvus.MilvusConfiguration",
|
||||
"configurationField": "configuration",
|
||||
"description": "Sets a default timeout for all requests"
|
||||
},
|
||||
"token": {
|
||||
"index": 4,
|
||||
"kind": "parameter",
|
||||
"displayName": "Token",
|
||||
"group": "producer",
|
||||
"label": "",
|
||||
"required": false,
|
||||
"type": "string",
|
||||
"javaType": "java.lang.String",
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": true,
|
||||
"configurationClass": "org.apache.camel.component.milvus.MilvusConfiguration",
|
||||
"configurationField": "configuration",
|
||||
"description": "Sets the API key to use for authentication"
|
||||
},
|
||||
"lazyStartProducer": {
|
||||
"index": 5,
|
||||
"kind": "parameter",
|
||||
"displayName": "Lazy Start Producer",
|
||||
"group": "producer (advanced)",
|
||||
"label": "producer,advanced",
|
||||
"required": false,
|
||||
"type": "boolean",
|
||||
"javaType": "boolean",
|
||||
"deprecated": false,
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"defaultValue": false,
|
||||
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing."
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user