Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/installation/components/seatable-ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ At the time of writing, the following types of automation steps are supported:

## Deployment

!!! note "SeaTable AI requires SeaTable 6.0"
!!! warning "SeaTable AI Is Not an AI Engine"

The SeaTable AI container does not provide any AI functionality by itself. It only manages the connection between SeaTable and an external large language model (LLM) service. You can connect it to a commercial provider (e.g., OpenAI, Deepseek) or to a self-hosted LLM running on your own infrastructure.

The easiest way to deploy SeaTable AI is to deploy it on the same host as SeaTable Server. A standalone deployment (on a separate host or virtual machine) is explained [here](../advanced/seatable-ai-standalone.md).

Expand All @@ -39,11 +41,11 @@ ENABLE_SEATABLE_AI=true

SeaTable AI will use AI functions in conjunction with a Large Language Model (LLM) service.

!!! note "Supported LLM Providers"
!!! success "Supported LLM Providers"

SeaTable AI supports a wide variety of LLM providers through [LiteLLM](https://docs.litellm.ai/docs) as well as any LLM services with OpenAI-compatible endpoints. Please refer to [LiteLLM's documentation](https://docs.litellm.ai/docs/providers) in case you run into issues while trying to use a specific provider.

!!! note "Model Selection"
!!! success "Model Selection"

In order to ensure the efficient use of SeaTable AI features, you need to select a **large, multimodal model**.
This requires the chosen model to support image input and recognition (e.g. for running OCR as part of automations).
Expand Down
4 changes: 4 additions & 0 deletions docs/upgrade/extra-upgrade-notice.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

Most services received updated Docker image tags. For example, MariaDB was upgraded from version 11.4 to 11.8. These updates run smoothly and do not require any changes on your side.

??? info "AI-Powered Automations Require Additional Container"

Starting with SeaTable 6.0, AI-powered automations are available as an optional new feature. To enable this functionality, you must add the `seatable-ai` container to your existing SeaTable installation. The container handles all AI-related processing tasks. For installation and configuration details, see [seatable-ai](../installation/components/seatable-ai.md).

## 5.3

SeaTable v5.3 introduces several significant changes. To make the transition as smooth as possible, we’ve provided a script that handles most of the work for you. Simply run the script to get started.
Expand Down