diff --git a/README.es.md b/README.es.md index 01bf95993..75f499ab0 100644 --- a/README.es.md +++ b/README.es.md @@ -148,7 +148,6 @@ https://github.com/user-attachments/assets/a0a16566-6967-4374-ac51-9b3e07fbecd7 **Automatizaciones** - - AI Document Sorting: deja que la IA organice automáticamente los archivos en las carpetas correctas a medida que llegan. (próximamente) - Scheduled AI Workflows: ejecuta un agente según una programación: resúmenes diarios, boletines semanales, informes recurrentes. (próximamente) - Event-Triggered Automations: lanza un agente en el momento en que un documento llega a una carpeta y publica el resultado en tus herramientas. (próximamente) - Chat-Built Automations: describe una automatización en lenguaje sencillo y SurfSense la crea por ti. (próximamente) diff --git a/README.hi.md b/README.hi.md index c75f9453a..c03e8a21c 100644 --- a/README.hi.md +++ b/README.hi.md @@ -148,7 +148,6 @@ https://github.com/user-attachments/assets/a0a16566-6967-4374-ac51-9b3e07fbecd7 **ऑटोमेशन** - - AI Document Sorting: फ़ाइलें आते ही AI को उन्हें सही फ़ोल्डरों में अपने-आप व्यवस्थित करने दें। (जल्द आ रहा है) - Scheduled AI Workflows: किसी एजेंट को शेड्यूल पर चलाएं: रोज़ाना ब्रीफ़, साप्ताहिक डाइजेस्ट, आवर्ती रिपोर्ट। (जल्द आ रहा है) - Event-Triggered Automations: जैसे ही कोई दस्तावेज़ किसी फ़ोल्डर में आता है, एजेंट को चलाएं और परिणाम अपने टूल में पोस्ट करें। (जल्द आ रहा है) - Chat-Built Automations: सरल भाषा में किसी ऑटोमेशन का वर्णन करें और SurfSense उसे आपके लिए बना देगा। (जल्द आ रहा है) diff --git a/README.md b/README.md index c14e1b441..93ad51263 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,6 @@ https://github.com/user-attachments/assets/a0a16566-6967-4374-ac51-9b3e07fbecd7 **Automations** - - AI Document Sorting: let AI automatically organize files into the right folders as they arrive. (coming soon) - Scheduled AI Workflows: run an agent on a schedule: daily briefs, weekly digests, recurring reports. (coming soon) - Event-Triggered Automations: fire an agent the moment a document lands in a folder, then post the result to your tools. (coming soon) - Chat-Built Automations: describe an automation in plain English and SurfSense builds it for you. (coming soon) diff --git a/README.pt-BR.md b/README.pt-BR.md index e65b9bbdd..e7112bcaa 100644 --- a/README.pt-BR.md +++ b/README.pt-BR.md @@ -148,7 +148,6 @@ https://github.com/user-attachments/assets/a0a16566-6967-4374-ac51-9b3e07fbecd7 **Automações** - - AI Document Sorting: deixe a IA organizar automaticamente os arquivos nas pastas certas conforme eles chegam. (em breve) - Scheduled AI Workflows: execute um agente em uma programação: resumos diários, boletins semanais, relatórios recorrentes. (em breve) - Event-Triggered Automations: dispare um agente no momento em que um documento chega a uma pasta e publique o resultado nas suas ferramentas. (em breve) - Chat-Built Automations: descreva uma automação em linguagem simples e o SurfSense a cria para você. (em breve) diff --git a/README.zh-CN.md b/README.zh-CN.md index e6f7b48f9..cc73fbe6a 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -148,7 +148,6 @@ https://github.com/user-attachments/assets/a0a16566-6967-4374-ac51-9b3e07fbecd7 **自动化** - - AI Document Sorting:在文件到达时,让 AI 自动将其整理到正确的文件夹中。(即将推出) - Scheduled AI Workflows:按计划运行智能体:每日简报、每周摘要、周期性报告。(即将推出) - Event-Triggered Automations:在文档进入文件夹的那一刻触发智能体,并将结果发布到你的工具中。(即将推出) - Chat-Built Automations:用通俗的语言描述一个自动化,SurfSense 就会为你构建它。(即将推出) diff --git a/surfsense_web/components/homepage/hero-section.tsx b/surfsense_web/components/homepage/hero-section.tsx index def75b94e..90b0b7c9e 100644 --- a/surfsense_web/components/homepage/hero-section.tsx +++ b/surfsense_web/components/homepage/hero-section.tsx @@ -153,13 +153,6 @@ const CATEGORIES: HeroCategory[] = [ id: "automations", label: "Automations", useCases: [ - { - id: "sort", - title: "AI Document Sorting", - description: "Let AI automatically organize files into the right folders as they arrive.", - src: null, - comingSoon: true, - }, { id: "schedule", title: "Scheduled AI Workflows",