Node Connectivity

There are 127 nodes that can be used as successor for a node with an output port of type OpenAI Nodes: Configuration.

Create Moderation 

Classifies if text and/or image inputs are potentially harmful. Learn more in the [moderation guide](/docs/guides/moderation).

List Vector Stores 

Returns a list of vector stores.

Create Vector Store 

Create a vector store.

Get Vector Store 

Retrieves a vector store.

Modify Vector Store 

Modifies a vector store.

Delete Vector Store 

Delete a vector store.

List Vector Store Files 

Returns a list of vector store files.

Create Vector Store File 

Create a vector store file by attaching a [File](/docs/api-reference/files) to a [vector store](/docs/api-reference/vector-stores/object).

Get Vector Store File 

Retrieves a vector store file.

Delete Vector Store File 

Delete a vector store file. This will remove the file from the vector store but the file itself will not be deleted. To delete the file, use the [delete […]