Skip to main content

devverse-refresh-vectors

Refresh Pinecone article embeddings after MDX article changes or RAG chunking and metadata changes. Use when content updates should be reflected in chat retrieval or when the vectorization pipeline changes.

설치로 이동

소스 정보

저장소
hoangsonww/DevVerse-SWE-Blog
최근 소스 활동
2026년 2월 28일 11:47
감지된 SKILL.md 언어
영어
스타
15
포크
13

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
3 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
devverse-refresh-vectors
description
Refresh Pinecone article embeddings after MDX article changes or RAG chunking and metadata changes. Use when content updates should be reflected in chat retrieval or when the vectorization pipeline changes.
# DevVerse Vector Refresh Workflow 1. Confirm why the refresh is needed. Common triggers are article content changes, metadata changes, chunking changes, or Pinecone metadata changes. 2. Read the vectorization notes before running anything. @references/vectorization-notes.md 3. Check for required env variable names without reading their values. Use `.env.example` as the contract. 4. Explain that vector refresh calls external services. The script uses Gemini embeddings and Pinecone upserts. 5. Run `npm run vectorize:articles` only when the user explicitly wants the refresh or the task clearly requires it. 6. Report what changed, whether the refresh ran, and any env or quota blockers.
GitHub에서 보기