Vector Operations
Inserting Vectors
These operations allow you to insert vectors into Helix.
AddN
Create new nodes in your graph.
Example:
In schema.hx:
In query.hx:
Note:
Currently, we only support using an array of F64
values to represent the vector.
We will be adding support for different types such as F32
, binary vectors and
more in the very near future. Please reach out to us if you need a different vector type.