OriginChain docs
examples · vector

Vector examples

← All examples

7 working vector-search examples. Insert embeddings, search by every distance metric, switch between fast and high-recall mode, and restrict searches with metadata filters. Each example is its own page with the schema, the request in cURL + Python + TypeScript + Go, the response shape, and notes on common mistakes.

All vectors live on the runtime endpoint POST /v1/tenants/:t/vector/:table - they're not declared on the row schema. The id field is what links a vector back to a row (use the row's primary key).