OriginChainDB docs
use the dashboard

Use the dashboard.

OriginChainDB has a managed dashboard at originchaindb.com/app. These walkthroughs run end to end - launch an instance, find your way around it, define a table, get rows in, and query them in the workbench, whose LANG switcher offers exactly four languages: SQL, Cypher, NL and Search.

There is no vector mode in the workbench - a nearest-neighbour query needs a query embedding, which is not something you can usefully type into an editor. You configure vector indexes on the schema page and query them from the API or an SDK.

Looking for the HTTP API? See the API reference. Looking for the SDK? See SDKs. Backups, point-in-time recovery and failover live in the ops runbook.