omnigraph-engine 0.2.2

Runtime engine for the Omnigraph graph database.
Documentation
1
2
3
4
5
6
node Doc {
    slug: String @key
    title: String @index
    body: String @index
    embedding: Vector(4)
}