01 · RAG PDF ingestion
Ingest PDFs into Supabase pgvector with n8n
First link of a RAG pipeline: this workflow exposes a webhook that accepts your PDFs, extracts the text, splits it into chunks, computes embeddings and inserts everything into a Supabase pgvector table. One curl command indexes a document.
See how it works node by node- Dépôt de PDF (Webhook)triggerWebhook
- Insérer dans la base vectorielleSupabase vector store
- Confirmer l'ingestionWebhook response
Attached AI sub-nodes
- Chargeur de PDFDocument loader
- Découpage du texteText splitter
- Embeddings OpenAIOpenAI embeddings