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.

Ir para a instalação

Informações da origem

Repositório
hoangsonww/DevVerse-SWE-Blog
Última atividade na origem
28 de fevereiro de 2026 às 11:47
Idioma detectado do SKILL.md
inglês
Estrelas
15
Forks
13

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Explorador de arquivos
2 arquivos

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
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.
argument-hint
["reason"]
disable-model-invocation
true
# DevVerse Vector Refresh Workflow Refresh vectors for `$ARGUMENTS`. 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.
Ver no GitHub