How a component works?

There are many different components within the application, but generally speaking, their role is to perform a specific task within the flow by processing inputs and producing an output. For example, a component can be used to convert a YouTube video into text. In this case, a video is provided as input and the component takes over the transcription to generate text output. A component contains inputs as mentioned above but also advanced configurations that have different functionality like adjust the flow cache or adjust the precision of the answer.

You can refer to the Component Reference section to have more informations.

Last updated