Documentation Index
Fetch the complete documentation index at: https://docs.helix-db.com/llms.txt
Use this file to discover all available pages before exploring further.
For the complete documentation index optimized for AI agents, see llms.txt.
Edge Type Does Not Have a Vector Type as Its To Source
Erroneous Code Example
This error occurs when you try to use an edge in a context that requires theTo type to be a vector type, but the edge’s To type is not a vector.
Solution
Set theTo type of the edge to a vector type.