You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an effort to address any issues/gaps with the current step implementations, this issue is to track necessary modifications for the CreateIngestPipelineStep.
The use case template workflow parser is responsible for populating the WorkflowData that each WorkflowStep will read information from to execute their function. Modify how the CreateIngestPipelineStep currently reads data from the WorkflowData to ensure that the expected information is read correctly. The following example WorkflowData is what is generated from the following use case template section.
Use Case Template Create Ingest Pipeline Section :
Note : The PipelineProcessor (link) contains the type and a list of required parameters for this type. In the case of the text-embedding processor, the required parameters are the model_id, 'input_field_name', 'output_field_name'.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
In an effort to address any issues/gaps with the current step implementations, this issue is to track necessary modifications for the
CreateIngestPipelineStep
.WorkflowData
that eachWorkflowStep
will read information from to execute their function. Modify how theCreateIngestPipelineStep
currently reads data from theWorkflowData
to ensure that the expected information is read correctly. The following exampleWorkflowData
is what is generated from the following use case template section.Use Case Template Create Ingest Pipeline Section :
WorkflowData :
Note : The
PipelineProcessor
(link) contains the type and a list of required parameters for this type. In the case of thetext-embedding
processor, the required parameters are themodel_id
, 'input_field_name', 'output_field_name'.The text was updated successfully, but these errors were encountered: