/
/Samyama Graph Database API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 6d ago
  • postExecute a Cypher query
  • getGet graph schema
  • postImport nodes from CSV
  • postImport nodes from JSON
  • getGet server status
  • getList all tenants
  • postCreate a new tenant
  • getGet a tenant
  • deleteDelete a tenant
  • patchUpdate tenant settings
  • postSample a representative subgraph
  • getList vector indexes
  • postCreate a vector index
  • postk-nearest-neighbour search over a vector index
  • postExport a tenant as a portable .sgsnap snapshot
  • postImport a .sgsnap snapshot into a tenant
  • postDeclare the governed enrichment (GAK) policy
  • postRun governed enrichment over a query's surfaced nodes
  • postPromote quarantined enrichments that clear the trust floor
  • postTranslate a natural-language question into read-only Cypher

Create a vector index

post/api/vector/indexes

Request body

labelstring required
property_keystring required
dimensionsinteger required
metricstring

Distance metric, e.g. cosine or euclidean.

Response

The index was created

Changes

Changed in 1 of the 17 revisions of this API.○1

  • Aug 18, 20269b1635d24ee5○1See the full diff
    • ○

      endpoint added

      endpoint-added

Full history