community-automations/drive-pinecone-rag

Contenuti & Docs

PublicSubagent Claude

Drive → Pinecone RAG

Un chunking ingenuo spezza una frase a metà e il retrieval restituisce frasi senza senso. Questa pipeline suddivide i documenti di Drive per significato, così ogni pezzo resta comprensibile per conto suo.

sonnet1 settimanaGoogle Drive APIPineconeOpenAI embeddingsn8n
ClaudeClaude
ROI for
README.md

Perché questo subagent

Un chunking ingenuo spezza una frase a metà e il retrieval restituisce frasi senza senso. Questa pipeline suddivide i documenti di Drive per significato, così ogni pezzo resta comprensibile per conto suo.

Prima dell'embedding in Pinecone antepone il contesto della sezione a ogni blocco, poi ri-indicizza a intervalli programmati. Il risultato è un retrieval che risponde davvero, non frammenti cuciti insieme da metà paragrafo.

Come gira

    • 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.

Esempio di output

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.