From f1207062864a5bd91e38af77e72b1ebcd9f61d84 Mon Sep 17 00:00:00 2001 From: rathi Date: Sun, 8 Dec 2024 16:35:06 -0500 Subject: [PATCH] project updates --- src/components/Projects.jsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/components/Projects.jsx b/src/components/Projects.jsx index f51bd15..a6aba16 100644 --- a/src/components/Projects.jsx +++ b/src/components/Projects.jsx @@ -53,6 +53,16 @@ const ProjectCard = ({ title, description, github, demo }) => { const Projects = () => { const projects = [ + { + title: "RAG UI", + description: [ + "Built a React/TypeScript RAG AI chat application with n8n, achieving 95% query response accuracy", + "Integrated Supabase authentication and protected routes, ensuring zero security breaches in production", + "Implemented AI-powered document retrieval system, processing 1000+ queries with 90% relevance rate" + ], + github: "https://github.com/harivansh-afk/RAG-ui", + demo: "https://rag-ui-six.vercel.app/" + }, { title: "Efficiency of ML Algorithms in Financial Markets", description: [