From 25f16f9da534b188146f257c8b63e8638011a674 Mon Sep 17 00:00:00 2001 From: shiyu22 Date: Thu, 16 Mar 2023 10:20:42 +0800 Subject: [PATCH] Sort the op task Signed-off-by: shiyu22 --- ...guage-processing.yaml => 0-natural-language-processing.yaml} | 0 fields/{computer-vision.yaml => 1-computer-vision.yaml} | 0 fields/{multimodal.yaml => 2-multimodal.yaml} | 0 fields/{search.yaml => 3-connectors.yaml} | 2 +- fields/{audio.yaml => 4-audio.yaml} | 0 fields/{medical.yaml => 5-medical.yaml} | 0 6 files changed, 1 insertion(+), 1 deletion(-) rename fields/{natural-language-processing.yaml => 0-natural-language-processing.yaml} (100%) rename fields/{computer-vision.yaml => 1-computer-vision.yaml} (100%) rename fields/{multimodal.yaml => 2-multimodal.yaml} (100%) rename fields/{search.yaml => 3-connectors.yaml} (68%) rename fields/{audio.yaml => 4-audio.yaml} (100%) rename fields/{medical.yaml => 5-medical.yaml} (100%) diff --git a/fields/natural-language-processing.yaml b/fields/0-natural-language-processing.yaml similarity index 100% rename from fields/natural-language-processing.yaml rename to fields/0-natural-language-processing.yaml diff --git a/fields/computer-vision.yaml b/fields/1-computer-vision.yaml similarity index 100% rename from fields/computer-vision.yaml rename to fields/1-computer-vision.yaml diff --git a/fields/multimodal.yaml b/fields/2-multimodal.yaml similarity index 100% rename from fields/multimodal.yaml rename to fields/2-multimodal.yaml diff --git a/fields/search.yaml b/fields/3-connectors.yaml similarity index 68% rename from fields/search.yaml rename to fields/3-connectors.yaml index a7cf102..eebba53 100644 --- a/fields/search.yaml +++ b/fields/3-connectors.yaml @@ -1,4 +1,4 @@ -field-name: "Search" +field-name: "Connectors" tasks: - ann_search - ann_insert diff --git a/fields/audio.yaml b/fields/4-audio.yaml similarity index 100% rename from fields/audio.yaml rename to fields/4-audio.yaml diff --git a/fields/medical.yaml b/fields/5-medical.yaml similarity index 100% rename from fields/medical.yaml rename to fields/5-medical.yaml