pipeline.add(name="...").<node>(...). Each entry lists the node’s configuration parameters. See the Pipeline reference for add, run, and lifecycle methods.
browser_extension — Browser Extension
Run a VectorShift workflow using the current page captured by the VectorShift chrome extension as input.
Platform docs: Browser Extension
input — Input
Pass data of different types into your workflow
Platform docs: Input
Raw Text
Set default value to be used if no value is provided
The input description. If pipeline is used as a tool in an agent, the description will be passed to the agent to help the agent know how to fill this input.
default_value
AcceptsAgent | AcceptsAudio | AcceptsDataframe | AcceptsFile | AcceptsFileList | AcceptsImage | AcceptsKnowledgeBase | AcceptsPipeline | AcceptsTable | AcceptsTimestamp | ListType | bool | float | int | list[AcceptsFileList] | list[list[str]] | list[str] | str
default:"{}"
The default value to be used if no value is provided
The type of dataframe to be used
One of:
csv, dataframe_file, json, md, sql, tableThe processing model with which the document will be processed. Default processing model includes standard document parsing / OCR. Llamaparse will allow for ability to read documents with complex features (e.g., tables, charts, etc.). Llamaparse will be charged at 0.3 cents per page. Textract for most advanced data extraction and will be charged at 1.5 cents per page. Reducto enables rich structured parsing.
One of:
contextual_ai, default, docling, llama_parse, mistral_ocr, reducto, textractoutput — Output
Output data of different types from your workflow.
Platform docs: Output
The output description. If pipeline is used as a tool in an agent, the description will be passed to the agent to help the agent know how to fill this output.
value
AcceptsAudio | AcceptsDataframe | AcceptsFile | AcceptsFileList | AcceptsImage | AcceptsStream | AcceptsTimestamp | bool | float | int | str
required
The type of dataframe to be used
One of:
csv, dataframe_file, json, md, sql, tablestart_flag — Start a conversation
Start a conversation
Platform docs: Start a conversation
sticky_note — sticky_note
Platform docs: sticky_note
