LogoLogo
  • 👋Welcome to Arcee AI Docs
  • Arcee Orchestra
    • Introduction to Arcee Orchestra
    • Getting Started
    • Workflows
      • Workflow Components
        • Model Node
        • Code Node
        • Integrations
        • Knowledge Retrieval
        • Conditional Node
      • Passing Variables
      • API Invocation
        • List Available Workflows API
        • Workflow Execution API
        • Workflow Execution Steps API
        • Execution History API
        • Workflow Diagram API
        • API Code Examples
        • Upload Workflow JSON API
        • Workflow Runs API
    • Workflow Library
      • Research Automation
      • Real Time Financial Analysis
      • Blog Writer
      • Code Improvement
      • Energy Domain Assistant
    • Chat Interface
    • FAQ
  • ARCEE CONDUCTOR
    • Introduction to Arcee Conductor
    • Getting Started
    • Features & Functionality
      • Auto Mode
      • Auto Reasoning Mode
      • Auto Tools Mode
      • Compare
      • Direct Model Invocation
      • Usage
      • API
    • Arcee Small Language Models
      • Model Selection
      • Model Performance
    • Pricing
Powered by GitBook
On this page
  1. Arcee Orchestra
  2. Workflows

Workflow Components

PreviousWorkflowsNextModel Node

Last updated 3 months ago

The power of workflows come from the components, or "nodes", which make them up. Here you will find a brief overview of each node, however, for detailed information on each node and how to effectively use them, navigate to their respective pages.

is used to send requests to an SLM or LLM. Orchestra comes out of the box with Arcee SLMs built to perform exceptionally well in workflows; however, other models can be integrated into the model node as well.

is used to execute code. This is commonly used to execute custom functions, integrate with systems that don't come as out-of-the-box integrations, and provide full flexibility for any action which is not natively built into Orchestra.

provides the capability to store and use your data within workflows. This enables retrieval augmented generation (RAG), semantic search, and document retrieval.

are built-in connections to popular tools and services. This allows for easy connection to systems such as document stores, CRMs, messaging tools, web scraping, and much more.

is used to branch your workflow based on defined criteria or a threshold.

Model Node
Code Node
Knowledge Retrieval
Integrations
Conditional
Page cover image