Node Connectivity

There are 64 nodes that can be used as successor for a node with an output port of type Python Binary.

LLM Prompter 

Prompts a Large Language 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 Creator 

Creates a FAISS 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.

Vector Store Data Extractor 

Extracts the documents, embeddings and metadata from a vector store into a table.

Tool Concatenator 

Concatenates two lists of LLM agent tools.

Vector Store Retriever 

Performs a similarity search on a vector store.

Vector Store to Tool 

Creates an agent tool from a vector store.

Active Learning Loop End 

The loop end node for an active learning loop.