Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rishusiva authored Feb 2, 2025
1 parent a9f6720 commit 119cfef
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,46 +250,43 @@ <h3>Data Science Intern</h3>
</div>
</div>
</section>

<section id="projects" data-aos="fade-up">
<h2>Projects</h2>
<div class="projects-container">
<!-- Project 1 -->
<div class="project-item" data-aos="fade-up" data-aos-delay="100">
<div class="project-item">
<div class="project-image">
<img src="1691067912880-3.jpeg" alt="RAGCache Project">
<img src="1691067912880-3.jpeg" alt="Project Image">
</div>
<div class="project-details">
<h3>RAGCache: Efficient Knowledge Caching</h3>
<p><em>Aug 2024 - Nov 2024</em></p>
<p>Developed and deployed a caching policy tailored for Retrieval Augmented Generation...</p>
<strong>Key Contributions:</strong>
<ul>
<li>Analyzed existing RAG architectures to identify bottlenecks.</li>
<li>Designed a caching mechanism that stores and retrieves frequent queries.</li>
<li>Implemented the solution using Python and integrated it with existing systems.</li>
<li>Conducted extensive testing to ensure scalability and reliability.</li>
</ul>
<a href="https://github.com/vishesh711" class="btn" target="_blank">Read More</a>
<a href="https://github.com" class="btn" target="_blank">Read More</a>
</div>
</div>

<!-- Project 2 -->
<div class="project-item" data-aos="fade-up" data-aos-delay="200">
<div class="project-item">
<div class="project-image">
<img src="1691067912880-3.jpeg" alt="RAGCache Project">
<img src="1691067912880-3.jpeg" alt="Project Image">
</div>
<div class="project-details">
<h3>RAGCache: Efficient Knowledge Caching</h3>
<p><em>Aug 2024 - Nov 2024</em></p>
<p>Developed and deployed a caching policy tailored for Retrieval Augmented Generation...</p>
<strong>Key Contributions:</strong>
<h3>Another Project</h3>
<p><em>Jun 2024 - Aug 2024</em></p>
<p>Description of the project here...</p>
<ul>
<li>Analyzed existing RAG architectures to identify bottlenecks.</li>
<li>Designed a caching mechanism that stores and retrieves frequent queries.</li>
<li>Implemented the solution using Python and integrated it with existing systems.</li>
<li>Conducted extensive testing to ensure scalability and reliability.</li>
<li>Contribution 1</li>
<li>Contribution 2</li>
</ul>
<a href="https://github.com/vishesh711" class="btn" target="_blank">Read More</a>
<a href="https://github.com" class="btn" target="_blank">Read More</a>
</div>
</div>
</div>
Expand All @@ -298,6 +295,7 @@ <h3>RAGCache: Efficient Knowledge Caching</h3>




<!-- Education Section -->
<section id="education" data-aos="fade-up">
<h2>Education</h2>
Expand Down

0 comments on commit 119cfef

Please sign in to comment.