From 83c6e27b7ea956ca3634a9891cca4981a65f98ef Mon Sep 17 00:00:00 2001 From: FARHAD SHAKERIN Date: Thu, 18 Jan 2024 14:01:44 -0800 Subject: [PATCH] fixing input_path type in image_embed_index component (#2147) * fixing input_path type in image_embed_index component * Revert "fixing input_path type in image_embed_index component" This reverts commit a478e4cfa4c94beb9cfdbe6764133b8432f72e73. * bumping up only the image component version --------- Co-authored-by: FARHAD SHAKERIN --- .../rag/components/image_embed_index/spec.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/large_language_models/rag/components/image_embed_index/spec.yaml b/assets/large_language_models/rag/components/image_embed_index/spec.yaml index cabc16b6cc..e1f6a6293d 100644 --- a/assets/large_language_models/rag/components/image_embed_index/spec.yaml +++ b/assets/large_language_models/rag/components/image_embed_index/spec.yaml @@ -4,7 +4,7 @@ type: command tags: Preview: "" -version: 0.0.2 +version: 0.0.3 name: llm_rag_image_embed_index display_name: LLM - Embedding images with Florence is_deterministic: true @@ -16,9 +16,10 @@ outputs: description: Where to store the output MLIndex. inputs: input_path: - type: string + type: uri_folder + mode: rw_mount optional: False - description: input dataset of images and json metadata. + description: The input uri_folder containing a set of images and json metadata. embedding_connection_id: type: string optional: False