name: "kicon_e5large_15_v1" backend: "python" input [ { name: "text" data_type: TYPE_STRING dims: [1] } ] output [ { name: "embedding" data_type: TYPE_FP32 dims: [1024] # 임베딩 크기에 맞게 조정 } ] max_batch_size: 0 instance_group [ { kind: KIND_GPU } ]