community-automations/drive-pinecone-rag

Conteúdo e Documentação

PublicSubagente Claude

Drive → RAG Pinecone

A segmentação ingénua parte uma frase ao meio e a recuperação devolve disparate. Este pipeline segmenta os documentos do Drive por sentido, para que cada trecho se mantenha compreensível por si só.

sonnet1 semanaGoogle Drive APIPineconeOpenAI embeddingsn8n
ClaudeClaude
ROI for
README.md

Porquê este subagente

A segmentação ingénua parte uma frase ao meio e a recuperação devolve disparate. Este pipeline segmenta os documentos do Drive por sentido, para que cada trecho se mantenha compreensível por si só.

Acrescenta o contexto da secção a cada segmento antes de o incorporar no Pinecone e depois reindexa segundo um horário definido. O resultado é uma recuperação que realmente responde, e não fragmentos colados a meio de um parágrafo.

Como funciona

    • Read

      Used at step 01 to kick off the pipeline.

    • Write

      Used at step 01 to kick off the pipeline.

    • WebFetch

      Used at step 01 to kick off the pipeline.

    • WebSearch

      Used at step 01 to kick off the pipeline.

Saída de exemplo

json
// Sample output
// (generated when the pipeline finishes)

Chunk the document by semantic section, prepend a one-line section summary to each chunk, then return embed-ready records.

Unlock the rest

The full agent definition, install snippet, and starter task are gated for community members.

Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.