You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: landing-page/src/components/Features.tsx
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ const features = [
36
36
{
37
37
Icon: Waypoints,
38
38
name: "Create Multi Step AI Workflows",
39
-
description: "Connect tools, models, and APIs to automate complex async jobs.",
39
+
description: "Chain tools, models, and APIs into a single DAG. Exosphere automatically batches and streams inputs to every step so GPUs stay saturated.",
40
40
href: "#",
41
41
cta: "Learn more",
42
42
className: "col-span-3 lg:col-span-3",
@@ -46,8 +46,8 @@ const features = [
46
46
},
47
47
{
48
48
Icon: FileStack,
49
-
name: "Work with your own files",
50
-
description: "Upload, process, and analyze files directly in your workflows.From PDFs to CSVs, bring your own data.",
49
+
name: "Plug in your data store and get started",
50
+
description: "Drag-and-drop 10 K PDFs, 200 M-row CSVs, or entire S3 buckets. Exosphere chunks and feeds them to your agents without memory bottlenecks.",
0 commit comments