Overview of VectorShift Platform

Overview of
VectorShift Platform

Overview of VectorShift Platform

VectorShift Docs

Unlock advanced features and detailed guides in our extensive documentation.

pipeline_setup.py

from vectorshift.node import *

from vectorshift.pipeline import *

file_node = InputNode(name='file_input', input_type='file')

model_text_node = TextNode(text='Describe this file to me.')

llm_node = OpenAI_LLMNode(

model='gpt-4.0-turbo',

system_input=model_text_node.output(),

prompt_input=fileloader_node.output()

)


output_node = OutputNode(

name='my_output',

output_type='text',

input=llm_node.output()

)

VectorShift Docs

Unlock advanced features and detailed guides in our extensive documentation.

pipeline_setup.py

from vectorshift.node import *

from vectorshift.pipeline import *

file_node = InputNode(name='file_input', input_type='file')

model_text_node = TextNode(text='Describe this file to me.')

llm_node = OpenAI_LLMNode(

model='gpt-4.0-turbo',

system_input=model_text_node.output(),

prompt_input=fileloader_node.output()

)


output_node = OutputNode(

name='my_output',

output_type='text',

input=llm_node.output()

)

Use Case Overview

Concrete use-cases to inspire your next project

Use Case Overview

Concrete use-cases to inspire your next project

VectorShift Platform Videos

Explore the VectorShift platform

VectorShift Platform Videos

Explore the VectorShift platform

SDK Videos

Getting started with the SDK

SDK Videos

Getting started with the SDK

Get started today

Get started today

© 2023 VectorShift, Inc. All Rights Reserved.

© 2023 VectorShift, Inc. All Rights Reserved.

© 2023 VectorShift, Inc. All Rights Reserved.