You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/develop/data-types/vector-sets/_index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ The following commands are available for vector sets:
34
34
-[VISMEMBER]({{< relref "/commands/vismember" >}}) - check if an element exists in a vector set.
35
35
-[VLINKS]({{< relref "/commands/vlinks" >}}) - retrieve the neighbors of a specified element in a vector set; the connections for each layer of the HNSW graph.
36
36
-[VRANDMEMBER]({{< relref "/commands/vrandmember" >}}) - retrieve random elements of a vector set.
37
+
-[VRANGE]({{< relref "/commands/vrange" >}}) - iterate through a vector set in small, stateless batches without using a cursor.
37
38
-[VREM]({{< relref "/commands/vrem" >}}) - remove an element from a vector set.
38
39
-[VSETATTR]({{< relref "/commands/vsetattr" >}}) - set or replace attributes on a vector set element.
39
40
-[VSIM]({{< relref "/commands/vsim" >}}) - retrieve elements similar to a given vector or element with optional filtering.
0 commit comments