Pinecone Search
Run a vector search against a Pinecone index.
Pinecone Upsert
Insert or update vector points into a Pinecone index.
Qdrant Search
Run a dense or hybrid (dense + sparse) search against a Qdrant collection.
Qdrant Upsert
Insert or update points (id + dense + optional sparse vectors + payload) into a Qdrant collection from a JSONL file.
Supabase Edge Function
Invoke a deployed Supabase edge function over HTTP.
Supabase Insert
Insert (or upsert) rows into a Supabase / PostgREST table.
Supabase Select
Read rows from a Supabase / PostgREST table with filters, ordering, and pagination.
Supabase Update
Update rows in a Supabase / PostgREST table matching one or more filters.