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
description: "Load structured data, connect to databases. Ask AI agents to extract and clean (small) ad-hoc data from screenshots, text blocks.",
29
-
media: "/extract-data.mp4",
30
+
media: "/feature-extract-data.mp4",
30
31
mediaType: "video"
31
32
},
32
33
{
33
34
title: "Agent Mode",
34
35
description: "Vibe with your data. Hands-off and let agents automatically explore and visualize data from high-level goals.",
35
-
media: "/agent-mode.mp4",
36
+
media: "/feature-agent-mode.mp4",
36
37
mediaType: "video"
37
38
},
38
39
{
39
40
title: "Interactive Control",
40
41
description: "Use UI interactions and natural language to precisely describe chart designs. Ask AI agents for recommendations. Use Data Threads to backtrack, explore new branches, or follow up.",
41
-
media: "/data-formulator-screenshot-v0.5.png",
42
-
mediaType: "image"
42
+
media: "/feature-interactive-control.mp4",
43
+
mediaType: "video"
43
44
},
44
45
{
45
46
title: "Verify & Share Insights",
46
47
description: "Interact with charts, inspect data, formulas, and code. Create reports to share insights grounded in your exploration.",
<li>Uploaded data is stored in your browser's local storage. They are sent to server for data transformations but not stored on the server.</li>
433
-
<li>When using database functions from a locally installed Data Formulator, a local database (DuckDB .db file) is created to store data in your local machine in temp directory.</li>
434
-
<li>LLM endpoints have access to small data samples sent along with the prompt. Use your trusted model provider if working with private data.</li>
470
+
<ul>
471
+
<li>📦 <strong>Data Storage:</strong> Uploaded data (csv, xlsx, json, clipboard, messy data etc.) is stored in browser's local storage only</li>
472
+
<li>⚙️ <strong>Data Processing:</strong> Local installation runs Python on your machine; online demo sends the data to server for data transformations (but not stored)</li>
473
+
<li>🗄️ <strong>Database:</strong> Only available for locally installed Data Formulator (a DuckDB database file is created in temp directory to store data); not available in online demo</li>
474
+
<li>🤖 <strong>LLM Endpoints:</strong> Small data samples are sent to LLM endpoints along with the prompt. Use your trusted model provider if working with private data.</li>
0 commit comments