We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7df4ec commit 965910fCopy full SHA for 965910f
src/content/docs/autorag/index.mdx
@@ -36,9 +36,14 @@ You can use AutoRAG to build:
36
37
<div>
38
<LinkButton href="/autorag/get-started">Get started</LinkButton>
39
- {/* <LinkButton target="_blank" variant="secondary" icon="external" href="">
40
- Watch an AutoRAG demo
41
- </LinkButton> */}
+ <LinkButton
+ target="_blank"
+ variant="secondary"
42
+ icon="external"
43
+ href="https://www.youtube.com/watch?v=JUFdbkiDN2U"
44
+ >
45
+ Watch AutoRAG demo
46
+ </LinkButton>
47
</div>
48
49
---
0 commit comments