HF Hub LLM Selector 

Select an LLM hosted on the Hugging Face Hub.

Chroma Vector Store Reader 

Reads a Chroma vector store created with LangChain from a local path.

OpenAI LLM Selector 

Select an LLM from OpenAI or an OpenAI API-compatible provider.

Linear Regression Predictor Deprecated

Predicts the response using a linear regression model.

OpenAI Fine-Tuned Model Deleter 

Deletes a fine-tuned model from an OpenAI account.

FAISS Vector Store Reader 

Reads a FAISS vector store created with LangChain from a local path.

Unpivot 

This node rotates the selected columns from the input table to rows and duplicates at the same time the remaining input columns by appending them to each […]

Unpivoting Deprecated

This node rotates the selected columns from the input table to rows and duplicates at the same time the remaining input columns by appending them to […]

HF Hub LLM Connector Deprecated

Select an LLM hosted on the Hugging Face Hub.

Call Workflow (Row Based) Deprecated

Calls a remote or local workflow for each row in the input table, passing a JSON object and appending results as new columns.