Load a static file your pipeline
The file node allows you to load a static file into the workflow as a raw file or processed text from it (text extracted from the file).
The node has two toggles at the top: Select / Upload File and File Name.
If Select / Upload File is chosen, you have three options:
If you switch the top toggle to File Name: you can enter the file name of a file within the VectorShift platform.
If Select/Upload File selected:
File
If File Name selected:
Text
In the gear:
File
{{file_0.file}}
Text
{{file_0.processed_text}}
The below example is a pipeline which answers questions about the Apple annual report (10-K).
{{input_0.text}}
{{file_0.processed_text}}
{{input_0.text}} and {{semantic_search_0.chunks}}
{{openai_0.response}}
Load a static file your pipeline
The file node allows you to load a static file into the workflow as a raw file or processed text from it (text extracted from the file).
The node has two toggles at the top: Select / Upload File and File Name.
If Select / Upload File is chosen, you have three options:
If you switch the top toggle to File Name: you can enter the file name of a file within the VectorShift platform.
If Select/Upload File selected:
File
If File Name selected:
Text
In the gear:
File
{{file_0.file}}
Text
{{file_0.processed_text}}
The below example is a pipeline which answers questions about the Apple annual report (10-K).
{{input_0.text}}
{{file_0.processed_text}}
{{input_0.text}} and {{semantic_search_0.chunks}}
{{openai_0.response}}