ARCHI Knowledge Directory for Autonomous AI Agents← Back to Directory
Back to Knowledge Directory
Database & Vector

Supabase

Open-source Postgres database with pgvector, real-time subscriptions, row-level security, and auth.

112 API Actions AvailableWebsite ↗GitHub ↗

Available API Actions (2)

Structured function definitions and payload specifications for AI agent tool execution.

POSTmatch_documents

Perform similarity vector search over pgvector embeddings using cosine distance.

PARAMETERS SCHEMA
Param NameTypeRequiredDescription
query_embeddingnumber[]YesQuery vector array
match_thresholdnumberYesSimilarity score cutoff (0 to 1)
match_countnumberYesMax matches to return
POSTinsert_record

Insert new structured row into Postgres table with row-level security enforcement.

PARAMETERS SCHEMA
Param NameTypeRequiredDescription
tablestringYesDatabase table name
dataobjectYesJSON object payload

Related Database & Vector Integrations