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
4 changes: 2 additions & 2 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
]
},
"banner": {
"content": "🚀 GPT-5.6 Is Now in Teable! See our [changelog](/en/changelog) for details.",
"content": "🚀 AI Memory and File Downloads! See our [changelog](/en/changelog) for details.",
"dismissible": true
},
"tabs": [
Expand Down Expand Up @@ -413,7 +413,7 @@
]
},
"banner": {
"content": "🚀 GPT-5.6 已上线 Teable!查看 [更新日志](/zh/changelog) 了解详情。",
"content": "🚀 AI 记忆与生成文件下载!查看 [更新日志](/zh/changelog) 了解详情。",
"dismissible": true
},
"tabs": [
Expand Down
30 changes: 30 additions & 0 deletions en/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@ title: "Changelog 2026"
rss: true
---

<Update label="Jul 15, 2026">

# AI Memory and File Downloads

> Teable AI can now remember what you ask it to remember across conversations and let you download generated files.

## 1. Remember Instructions Across Conversations

Ask AI to remember recurring instructions, such as formatting or processing rules. It will remember them in the same Base, even after you clear the conversation or start a new one.

<script type="application/ld+json" dangerouslySetInnerHTML={{ __html: JSON.stringify({
"@context": "https://schema.org",
"@type": "VideoObject",
"name": "AI Memory and File Downloads",
"description": "Teable AI can now remember recurring instructions across conversations and let you download generated files.",
"thumbnailUrl": ["https://teable.ai/assets/images/og-image.png"],
"uploadDate": "2026-07-15T00:00:00+08:00",
"contentUrl": "https://dxshyegpql0u3hra.public.blob.vercel-storage.com/de7c818558bbd7f0b2eb5cdb26dd93ce.mp4"
}) }} />
<video autoplay loop muted playsinline controls preload="auto" className="w-full aspect-video" src="https://dxshyegpql0u3hra.public.blob.vercel-storage.com/de7c818558bbd7f0b2eb5cdb26dd93ce.mp4" />

## 2. Download AI-Generated Files

You can now download AI-generated files, including PDFs and JPGs, directly from the chat.

<video autoplay loop muted playsinline controls preload="metadata" className="w-full aspect-video" src="https://dxshyegpql0u3hra.public.blob.vercel-storage.com/e85f6a0f9dcfdae6973077e350b3f060.mp4" />

</Update>


<Update label="Jul 14, 2026">

# Copy limits and upgrade optimizations
Expand Down
30 changes: 30 additions & 0 deletions zh/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@ title: "更新日志 2026"
rss: true
---

<Update label="2026-07-15">

# AI 记忆与生成文件下载

> 现在,Teable AI 可以记住你要求它保留的内容,并支持下载生成的文件。

## 1. 跨对话记住固定要求

让 AI 记住经常使用的要求,比如格式或处理规则。即使清空对话或新建对话,AI 也能在当前 Base 中继续使用这些内容。

<script type="application/ld+json" dangerouslySetInnerHTML={{ __html: JSON.stringify({
"@context": "https://schema.org",
"@type": "VideoObject",
"name": "AI 记忆与生成文件下载",
"description": "Teable AI 现在可以跨对话记住固定要求,并支持下载生成的文件。",
"thumbnailUrl": ["https://teable.ai/assets/images/og-image.png"],
"uploadDate": "2026-07-15T00:00:00+08:00",
"contentUrl": "https://dxshyegpql0u3hra.public.blob.vercel-storage.com/de7c818558bbd7f0b2eb5cdb26dd93ce.mp4"
}) }} />
<video autoplay loop muted playsinline controls preload="auto" className="w-full aspect-video" src="https://dxshyegpql0u3hra.public.blob.vercel-storage.com/de7c818558bbd7f0b2eb5cdb26dd93ce.mp4" />

## 2. 下载 AI 生成的文件

现在,你可以直接在对话中下载 AI 生成的 PDF、JPG 等文件。

<video autoplay loop muted playsinline controls preload="metadata" className="w-full aspect-video" src="https://dxshyegpql0u3hra.public.blob.vercel-storage.com/e85f6a0f9dcfdae6973077e350b3f060.mp4" />

</Update>


<Update label="2026-07-14">

# 复制限制与升级优化
Expand Down