logologo
Get Started
Guide
Development
Plugins
API
English
简体中文
Get Started
Guide
Development
Plugins
API
English
简体中文
logologo
Overview

Quick Start

Configure LLM Service
Create AI Employee
Collaborate with AI Employee

Built-in AI Employees

Overview
Viz: Insight Analyst
Orin: Data Modeling Expert
Dex: Data Organizer
Nathan: Frontend Engineer

Advanced

Block Selection
Data Sources
Skills
Tasks
Web Search
Access Control
File Management

Workflow

LLM Nodes

Text Chat
Multimodal Chat
Structured Output

AI Knowledge Base

Overview
Vector Database
Vector Store
Knowledge Base
RAG

Application Documentation

Scenarios

Viz: CRM Scenario Configuration

Configuration

Admin Configuration
Prompt Engineering Guide
Previous PageText Chat
Next PageStructured Output

#Multimodal Conversation

#Images

If the model supports it, the LLM node can send images to the model. When using it, you need to select an attachment field or an associated file collection record via a variable. When selecting a file collection record, you can select it at the object level or select the URL field.

There are two options for the image sending format:

  • Send via URL - All images, except for those stored locally, will be sent as URLs. Locally stored images will be converted to base64 format before sending.
  • Send via base64 - All images, whether stored locally or in the cloud, will be sent in base64 format. This is suitable for cases where the image URL cannot be directly accessed by the online LLM service.