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
2 changes: 2 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@
"group": "Production Deployment",
"pages": [
"en/deploy/production-overview",
"en/deploy/agent-runtime",
"en/deploy/k8s",
"en/deploy/aws",
"en/deploy/azure",
Expand Down Expand Up @@ -682,6 +683,7 @@
"group": "生产环境部署",
"pages": [
"zh/deploy/production-overview",
"zh/deploy/agent-runtime",
"zh/deploy/k8s",
"zh/deploy/aws",
"zh/deploy/azure",
Expand Down
6 changes: 3 additions & 3 deletions en/basic/admin-panel/ai-setting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The **AI Settings** page is used to configure **AI Chat**, **AI fields**, **AI a

## Before you start

Before you open the AI Settings page, make sure the following items are ready. Self-hosted Agent Runtime deployment is still in an early stage and can be complex. Contact Teable at **support@teable.ai** for deployment support.
Before you open the AI Settings page, make sure the following items are ready. For self-hosted AI Chat and App Builder, first follow [Agent Runtime Deployment](/en/deploy/agent-runtime).

| Requirement | Required? | Notes |
|------|------|------|
Expand Down Expand Up @@ -77,7 +77,7 @@ To let users use the microphone in AI Chat, enable voice input and enter the **O

### Configure Agent Runtime and App Builder

Self-hosted **AI Chat** and **App Builder** require Agent Runtime setup and a compatible chat model. When you use your own key (BYOK), the chat model must come from an **OpenAI Compatible** or **Anthropic** provider. Self-hosted Agent Runtime deployment is still in an early stage and can be complex. Contact Teable at **support@teable.ai** for deployment support.
Self-hosted **AI Chat** and **App Builder** require Agent Runtime setup and a compatible chat model. When you use your own key (BYOK), the chat model must come from an **OpenAI Compatible** or **Anthropic** provider. Self-hosted Agent Runtime is still in an early stage, and setup can be complex. Follow [Agent Runtime Deployment](/en/deploy/agent-runtime), which will continue to evolve based on deployment feedback. For assistance, contact **support@teable.ai**.

<Steps>
<Step title="Confirm Agent Runtime status">
Expand Down Expand Up @@ -125,7 +125,7 @@ Check the **Pending configuration** panel first to see which item is still missi

<Accordion title="The page says Agent Runtime configuration is still missing">

Check whether the current deployment has completed Agent Runtime setup. Self-hosted Agent Runtime deployment is still in an early stage and can be complex. Contact Teable at **support@teable.ai** for deployment support.
Check whether the current deployment has completed [Agent Runtime Deployment](/en/deploy/agent-runtime), including the required Teable environment variables. For assistance, contact **support@teable.ai**.
</Accordion>

<Accordion title="I get a credit exceeded error">
Expand Down
2 changes: 2 additions & 0 deletions en/basic/admin-panel/sandbox-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Path: Admin Panel → Sandbox Agent

The **Sandbox Agent** page contains **Settings** and **Sandboxes** tabs for configuring how AI Chat runs in sandboxes.

<Info>For self-hosted setup, complete [Agent Runtime Deployment](/en/deploy/agent-runtime) before configuring this page.</Info>

## Runtime Limits

Configure runtime limits in the **Settings** tab:
Expand Down
778 changes: 778 additions & 0 deletions en/deploy/agent-runtime.mdx

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions zh/basic/admin-panel/ai-setting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: "为私有化部署实例配置 AI 对话、AI 字段、AI 自动

## 开始前的准备

在进入 AI 配置页之前,先确认下面这些准备项已经就绪。Agent Runtime 的私有化部署仍处于早期阶段,配置流程较繁琐;请联系 Teable:**support@teable.ai**,获取部署协助
在进入 AI 配置页之前,先确认下面这些准备项已经就绪。私有化部署如需使用 AI 对话和应用构建器,请先按照[部署 Agent Runtime](/zh/deploy/agent-runtime)完成部署

| 准备项 | 是否必需 | 说明 |
|------|------|------|
Expand Down Expand Up @@ -77,7 +77,7 @@ description: "为私有化部署实例配置 AI 对话、AI 字段、AI 自动

### 配置 Agent Runtime 与应用构建器

私有化部署如需使用 **AI 对话** 和 **应用构建器**,需要先完成 Agent Runtime 配置,并配置兼容的聊天模型。使用自带 Key 时,聊天模型必须来自 **OpenAI Compatible**(OpenAI 兼容)或 **Anthropic** 类型的提供商。Agent Runtime 的私有化部署仍处于早期阶段,配置流程较繁琐请联系 Teable:**support@teable.ai**,获取部署协助
私有化部署如需使用 **AI 对话** 和 **应用构建器**,需要先完成 Agent Runtime 配置,并配置兼容的聊天模型。使用自带 Key 时,聊天模型必须来自 **OpenAI Compatible**(OpenAI 兼容)或 **Anthropic** 类型的提供商。Agent Runtime 的私有化部署仍处于早期阶段,配置流程较繁琐。请按照[部署 Agent Runtime](/zh/deploy/agent-runtime)部署所需服务,该文档会根据实际部署反馈持续迭代。如需协助,请联系 **support@teable.ai**。

<Steps>
<Step title="确认 Agent Runtime 状态">
Expand Down Expand Up @@ -125,7 +125,7 @@ description: "为私有化部署实例配置 AI 对话、AI 字段、AI 自动

<Accordion title="提示还缺少 Agent Runtime 配置">

请检查当前部署是否已完成 Agent Runtime 配置。Agent Runtime 的私有化部署仍处于早期阶段,配置流程较繁琐;请联系 Teable:**support@teable.ai**,获取部署协助
请检查当前部署是否已经按照[部署 Agent Runtime](/zh/deploy/agent-runtime)完成部署,并配置所需的 Teable 环境变量。如需协助,请联系 **support@teable.ai**。
</Accordion>

<Accordion title="出现 credit exceeded 报错">
Expand Down
2 changes: 2 additions & 0 deletions zh/basic/admin-panel/sandbox-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ description: "配置和管理沙箱 Agent。"

**沙箱 Agent** 页面包含 **设置** 和 **沙箱** 两个页签,用于配置 AI 对话的沙箱运行方式。

<Info>私有化部署请先完成[部署 Agent Runtime](/zh/deploy/agent-runtime),再配置此页面。</Info>

## 运行限制

在 **设置** 页签中配置运行限制:
Expand Down
Loading