/
SA
samyama-ai
/
Samyama Graph Database API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 1w ago
Details
Filter operations
post
Execute a Cypher query
get
Get graph schema
post
Import nodes from CSV
post
Import nodes from JSON
get
Get server status
get
List all tenants
post
Create a new tenant
get
Get a tenant
delete
Delete a tenant
patch
Update tenant settings
post
Sample a representative subgraph
get
List vector indexes
post
Create a vector index
post
k-nearest-neighbour search over a vector index
post
Export a tenant as a portable .sgsnap snapshot
post
Import a .sgsnap snapshot into a tenant
post
Translate a natural-language question into read-only Cypher
Create a vector index
post
/api/vector/indexes
Request body
object
required
label
string
required
property_key
string
required
dimensions
integer
required
metric
string
Distance metric, e.g. cosine or euclidean.
Response
The index was created
Changes