프로젝트Project

AskOosu — RAG 포트폴리오 시스템AskOosu — RAG Portfolio System

AskOosu는 FAQ 라우팅, Wiki 원문, RAG 기반 포트폴리오 근거를 통해 질문에 답하는 장우수의 Next.js 대화형 AI 포트폴리오입니다.AskOosu is Oosu’s conversational AI portfolio: a Next.js application that answers questions through FAQ routing, Wiki source documents, and RAG-backed portfolio evidence.

프로젝트 소개What It Is

AskOosu는 Mac mini 홈 서버에서 운영되는 2026 AI 포트폴리오입니다. 스크롤 중심의 정적 소개 대신 자연어 질문을 통해 프로젝트, 기술, 경험을 탐색할 수 있습니다.AskOosu is a 2026 AI-connected portfolio deployed at oosu.dev on a Mac mini home server. Instead of asking visitors to scroll through static sections, it uses a Next.js chat UI, Vercel AI SDK, Groq, Notion RAG, and PostgreSQL-backed evidence to answer questions about Oosu, projects, skills, and portfolio work.

일반적인 챗봇 주장에 의존하지 않도록 결정형 FAQ 답변, RAG 근거, 공개 출처 요약을 분리해 신뢰할 수 있는 AI UX를 설계했습니다.AskOosu is designed as a product surface for trustworthy AI UX. It separates deterministic FAQ answers, RAG-backed evidence, and public source summaries so visitors can understand Oosu’s profile without relying on generic chatbot claims.

기술Technology

Next.js, React, TypeScript, Tailwind CSS, Vercel AI SDK, Groq, Notion API, RAG, PostgreSQL, Docker Compose, Mac mini

관련 AI·Wiki 페이지Related AI/Wiki Pages

자주 묻는 질문FAQ

왜 정적 사이트 대신 RAG 포트폴리오인가요?Why is AskOosu a RAG portfolio instead of a static site?

방문자가 자연스럽게 질문하면서도 답변은 관리되는 포트폴리오 근거와 Wiki 문서에 기반하도록 만들기 위해서입니다.The goal is to let visitors ask natural questions while keeping answers grounded in maintained portfolio evidence and Wiki documents.

AskOosu가 비공개 데이터를 노출하나요?Does AskOosu expose private data?

아니요. 공개 답변은 공개 프로필, 프로젝트, Wiki 근거만 사용합니다. 비공개·관리자·API 영역은 sitemap에서 제외하고 robots 정책으로 차단합니다.No. Public answers should stay grounded in public profile, project, and Wiki evidence. Private/admin/API surfaces are excluded from sitemap and blocked in robots policy.