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.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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
Confirm why the refresh is needed.
Common triggers are article content changes, metadata changes, chunking changes, or Pinecone metadata changes.
Read the vectorization notes before running anything.
@references/vectorization-notes.md
Check for required env variable names without reading their values.
Use .env.example as the contract.
Explain that vector refresh calls external services.
The script uses Gemini embeddings and Pinecone upserts.
Run npm run vectorize:articles only when the user explicitly wants the refresh or the task clearly requires it.
Report what changed, whether the refresh ran, and any env or quota blockers.