Skip to content

Commit 6e168b6

Browse files
Replace Loom video in AI agents getting started guide (#273)
* Update guides/ai-agents/getting-started.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> * Update guides/ai-agents/using-ai-agents.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> * Update guides/ai-agents/data-access.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> * Documentation edits made through Mintlify web editor --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent dabf49a commit 6e168b6

File tree

3 files changed

+15
-17
lines changed

3 files changed

+15
-17
lines changed

guides/ai-agents/data-access.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,20 @@ You can control which explores and fields your AI agent can access using tags. W
6363
1. **Explore-level tags** - Tag the model to control access to entire explores
6464
2. **Field-level tags** - Tag individual metrics and dimensions for granular control
6565

66+
Watch this demo to see tag-based access control in action:
67+
68+
<Frame>
69+
<iframe
70+
width="100%"
71+
height="420"
72+
src="https://www.loom.com/embed/f38e27fee7784e7f95538613b3b77bb5?sid=a13feb5b-fef3-4f68-9fbf-e54f928c28e5"
73+
frameborder="0"
74+
webkitallowfullscreen
75+
mozallowfullscreen
76+
allowfullscreen
77+
/>
78+
</Frame>
79+
6680
### How filtering works
6781

6882
The filtering behavior depends on how you've tagged your models:

guides/ai-agents/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ You can create multiple AI agents, each configured for different tasks, tones, l
176176
<iframe
177177
width="100%"
178178
height="420"
179-
src="https://www.loom.com/embed/26adbd03cf2049ddb81e015f9756a4bb?sid=dae39714-3c86-4254-af23-bb2def551fba"
179+
src="https://www.loom.com/embed/50bcb0d6f26b428bae336139d9d64e22"
180180
frameborder="0"
181181
webkitallowfullscreen
182182
mozallowfullscreen

guides/ai-agents/using-ai-agents.mdx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,6 @@ As mentioned earlier, Lightdash agents use the **semantic layer** defined in you
2020
This ensures that the AI generates accurate queries and visualizations based on your specific data context.
2121
So, *when an Agent generates an answer, the output is a semantic query, **not SQL!*** This means that you can easily swap between the conversational AI interface and the standard Lightdash exploration experience.
2222

23-
## Demo
24-
25-
Watch this comprehensive demo to see AI agents in action:
26-
27-
<Frame>
28-
<iframe
29-
width="100%"
30-
height="420"
31-
src="https://www.loom.com/embed/f38e27fee7784e7f95538613b3b77bb5?sid=a13feb5b-fef3-4f68-9fbf-e54f928c28e5"
32-
frameborder="0"
33-
webkitallowfullscreen
34-
mozallowfullscreen
35-
allowfullscreen
36-
/>
37-
</Frame>
38-
3923
## FAQs
4024

4125
1. Does Lightdash store the query data?

0 commit comments

Comments
 (0)