Skip to content

Commit e69a3fc

Browse files
committed
fixed links
1 parent 0a9d253 commit e69a3fc

1 file changed

Lines changed: 37 additions & 4 deletions

File tree

landing/index.html

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ <h1>🗂️ FileSense</h1>
398398

399399
<p>Essentially a python script that generates vector embeddings using <strong>BAAI/bge-base-en-v1.5</strong>. It
400400
combines local vector search with Google Gemini to classify and organize files.
401-
<a href="wiki/metrics.md#25-reference-model-comparison"
401+
<a href="wiki/metrics#25-reference-model-comparison"
402402
style="color: var(--accent-light); text-decoration: underline;">See Model Comparison</a>.
403403
</p>
404404
</header>
@@ -407,6 +407,7 @@ <h1>🗂️ FileSense</h1>
407407
<h3>📑 Contents</h3>
408408
<ul class="sidebar-tree">
409409
<li><a href="#overview">Quick Overview</a></li>
410+
<li><a href="#demo-video">Demo Video</a></li>
410411
<li><a href="#how-it-works">The Logic</a></li>
411412
<li class="level-2"><a href="#genai-integration">Generative AI</a></li>
412413
<li class="level-2"><a href="#process-flow">The Pipeline</a></li>
@@ -452,11 +453,43 @@ <h4>⚡ Live Indexing</h4>
452453
</div>
453454

454455
<div class="btn-group">
455-
<a href="wiki/" class="btn btn-primary">Make sense of this? Read the Wiki</a>
456-
<a href="https://youtu.be/VixLF9syeCg" class="btn btn-secondary">📽️ Demo Video</a>
456+
<a href="wiki/" class="btn btn-primary">Make sense of this? Read the Wiki 📖</a>
457+
<a href="https://www.youtube.com/watch?v=f27I2L7uoC8&t" class="btn btn-secondary">📽️ Video</a>
457458
</div>
458459
</section>
459-
460+
<section id="demo-video">
461+
<h2>Demo Video</h2>
462+
<p>
463+
A short walkthrough demo.
464+
</p>
465+
466+
<div style="
467+
position: relative;
468+
padding-bottom: 56.25%;
469+
height: 0;
470+
overflow: hidden;
471+
border-radius: 6px;
472+
border: 1px solid var(--border);
473+
background: var(--bg-secondary);
474+
margin-top: 16px;
475+
">
476+
<iframe
477+
src="https://www.youtube.com/embed/VixLF9syeCg"
478+
title="FileSense Demo"
479+
frameborder="0"
480+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
481+
allowfullscreen
482+
style="
483+
position: absolute;
484+
top: 0;
485+
left: 0;
486+
width: 100%;
487+
height: 100%;
488+
">
489+
</iframe>
490+
</div>
491+
</section>
492+
460493
<section id="how-it-works">
461494
<h2>How It Works</h2>
462495
<p>The system follows a decision pipeline: <strong>Identify → RL Agent Decisions → Search OR Generate →

0 commit comments

Comments
 (0)