Skip to main content

Code

Nodes

NodeDescription
CodeCan run custom code in a sandbox.
Embedding Model InterfaceInterface to a Embedding Model that can be connected to a Code Node.
Index InterfaceReference to an Index that can be connected to various nodes to retrieve documents and embeddings.
Language Model InterfaceInterface to a Language Model that can be connected to a Code Node.
Shared StateInterface for reading and writing shared structured state across flows in the same project.
Storage InterfaceInterface for storing and retrieving documents that can be connected to a Code Node.
Work Queue InterfaceQueue-scoped interface for reading and mutating Work Queue items from code nodes and tools.