1 2 3 4 5 6
node Doc { slug: String @key title: String @index body: String @index embedding: Vector(4) }