Skip to content

Commit 75c078c

Browse files
committed
update ask docs video
1 parent c52628a commit 75c078c

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

docs/docs/features/ask/overview.mdx

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,35 @@
22
title: Overview
33
---
44

5-
Ask Sourcebot gives you the ability to ask complex questions about your codebase in natural language.
5+
Ask Sourcebot gives you the ability to ask complex questions about your entire codebase in natural language.
66

77
It uses Sourcebot’s existing [code search](/docs/features/search/overview) and [navigation](/docs/features/code-navigation) tools to allow reasoning models to search your code,
88
follow code nav references, and provide an answer that’s rich with inline citations and navigable code snippets.
99

10+
Ask Sourcebot **uses an LLM provider you configure with Sourcebot**, ensuring you have full control over where your data is sent.
11+
12+
<Columns cols={2}>
1013
<Card title="Deployment guide" icon="server" href="/docs/deployment/docker-compose" horizontal="true">
1114
Learn how to self-host Sourcebot in a few simple steps.
1215
</Card>
13-
<CardGroup>
16+
<Card title="Public demo" icon="globe" href="https://app.sourcebot.dev/~/chat" horizontal="true">
17+
Try it out for free in our public demo.
18+
</Card>
1419
<Card title="Configure language models" icon="robot" href="/docs/configuration/language-model-providers" horizontal="true">
1520
Learn how to connect your language model to Sourcebot
1621
</Card>
1722
<Card title="Index repos" icon="book" href="/docs/connections/overview" horizontal="true">
1823
Learn how to index your repos so you can ask questions about them
1924
</Card>
20-
</CardGroup>
21-
22-
<video
23-
autoPlay
24-
muted
25-
loop
26-
playsInline
27-
className="w-full aspect-video"
28-
src="/images/ask_sourcebot_low_res.mp4"
29-
></video>
25+
</Columns>
26+
27+
<iframe
28+
className="w-full aspect-video rounded-xl"
29+
src="https://www.youtube.com/watch?v=0com8JD1AwY"
30+
title="Ask Sourcebot demo"
31+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
32+
allowFullScreen
33+
></iframe>
3034

3135
# Why do we need another AI dev tool?
3236

0 commit comments

Comments
 (0)