Node Connectivity

There are 4972 nodes that can be used as predessesor for a node with an input port of type Generic Port.

Chat Model Prompter 

Prompts a Chat Model.

Text Embedder 

Embeds text in a string column using an embedding model.

Chroma Vector Store Reader 

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

Chroma Vector Store Creator 

Creates a Chroma vector store from a string column and an embeddings model.

FAISS Vector Store Reader 

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

FAISS Vector Store Creator 

Creates a FAISS vector store from a string column and an embeddings model.

Vector Store Retriever 

Performs a similarity search on a vector store.

Tool Concatenator 

Concatenates two lists of LLM agent tools.

Vector Store to Tool 

Creates an agent tool from a vector store.

Text Chunker 

Splits large texts into smaller overlapping chunks.