Skip to content

Commit

Permalink
fix: rag guide video playback (#2236)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoalbanese authored Jul 11, 2024
1 parent 1ad6f27 commit 63b4b46
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/docs/02-guides/01-rag-chatbot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ In this guide, you will learn how to build a retrieval-augmented generation (RAG

<video
src="/images/rag-guide-demo.mp4"
autoPlay
loop
height={360}
width={780}
preload="none"
autoplay
height={540}
width={910}
controls
playsinline
/>

Before we dive in, let's look at what RAG is, and why we would want to use it.
Expand Down

0 comments on commit 63b4b46

Please sign in to comment.