community-automations/supabase-vector

Έρευνα & Intel

PublicΥποπράκτορας Claude

Διανυσματική Ροή Supabase

Τα vector pipelines αποκλίνουν γρήγορα: ξανα-εισάγεις ένα αρχείο και δημιουργούνται διπλότυπα chunks, χωρίς κανείς να ξέρει ποια έκδοση είναι ενεργή. Αυτή η ροή κρατάει insert, upsert και ανάκτηση σε ένα μέρος.

sonnet3 ημέρεςSupabasepgvectorOpenAI EmbeddingsEdge Functions
ClaudeClaude
ROI for
README.md

Γιατί αυτός ο subagent

Τα vector pipelines αποκλίνουν γρήγορα: ξανα-εισάγεις ένα αρχείο και δημιουργούνται διπλότυπα chunks, χωρίς κανείς να ξέρει ποια έκδοση είναι ενεργή. Αυτή η ροή κρατάει insert, upsert και ανάκτηση σε ένα μέρος.

Όλα κάθονται στο Supabase με pgvector, με upserts κλειδωμένα σε σταθερό document ID ώστε η επανεισαγωγή να αντικαθιστά τα παλιά chunks αντί να τα στοιβάζει. Κάθε λειτουργία καταγράφεται με το source ID της, ώστε να μπορείς πάντα να ανιχνεύσεις τι έγινε embedding και πότε.

Πώς λειτουργεί

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

Δείγμα εξόδου

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

Run insert, upsert, and retrieval over a Supabase pgvector store with stable IDs and a logged audit trail.

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.