Update video syntax
All checks were successful
Pytest / Explore-Gitea-Actions (push) Successful in -13m22s

This commit is contained in:
Alex Selimov 2025-03-23 22:42:45 -04:00
parent c13901fdb8
commit 427adb8508

View File

@ -1,6 +1,10 @@
# CodeRAG 🔍
![Demo of CodeRAG](./img/demo.mp4)
<video controls>
<source src="./img/demo.mp4" type="video/mp4">
<p>Your browser doesn't support HTML5 video. Here is a <a href="./img/demo.mp4">link to the video</a> instead.</p>
</video>
A fully local Retrieval Augmented Generation (RAG) tool for enhancing software development workflows through contextual AI assistance.
## Overview