Skip to content

Commit

Permalink
fixing input_path type in image_embed_index component (#2147)
Browse files Browse the repository at this point in the history
* fixing input_path type in image_embed_index component

* Revert "fixing input_path type in image_embed_index component"

This reverts commit a478e4c.

* bumping up only the image component version

---------

Co-authored-by: FARHAD SHAKERIN <[email protected]>
  • Loading branch information
fxs130430 and FARHAD SHAKERIN authored Jan 18, 2024
1 parent e9536c7 commit 83c6e27
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 83c6e27

Please sign in to comment.