OrderBy
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
column | string | - |
direction | OrderDirection | - |
nulls? | "first" | "last" | - |
vectorOp? | "vec_l2" | "vec_cos" | "vec_ip" | Vector operator for similarity ordering (vec_l2, vec_cos, vec_ip) |
vectorValue? | number[] | Vector value for similarity ordering |