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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Vector sets also provide for optional [filtered search]({{< relref "/develop/dat
25
25
26
26
The following commands are available for vector sets:
27
27
28
-
-[VADD]({{< relref "/commands/vadd" >}}) - create or update vector set.
28
+
-[VADD]({{< relref "/commands/vadd" >}}) - add an element to a vector set, creating a new set if it didn't already exist.
29
29
-[VCARD]({{< relref "/commands/vcard" >}}) - retrieve the number of elements in a vector set.
30
30
-[VDIM]({{< relref "/commands/vdim" >}}) - retrieve the dimension of the vectors in a vector set.
31
31
-[VEMB]({{< relref "/commands/vemb" >}}) - retrieve the approximate vector associated with a vector set element.
@@ -34,5 +34,5 @@ The following commands are available for vector sets:
34
34
-[VLINKS]({{< relref "/commands/vlinks" >}}) - retrieve the neighbors of a specified element in a vector set; the connections for each layer of the HNSW graph.
35
35
-[VRANDMEMBER]({{< relref "/commands/vrandmember" >}}) - retrieve random elements of a vector set.
36
36
-[VREM]({{< relref "/commands/vrem" >}}) - remove an element from a vector set.
37
-
-[VSETATTR]({{< relref "/commands/vsetattr" >}}) - set attributes on a vector set element.
38
-
-[VSIM]({{< relref "/commands/vsim" >}}) - retrieve elements similar to a given vector or element with optional filtering.
37
+
-[VSETATTR]({{< relref "/commands/vsetattr" >}}) - set or replace attributes on a vector set element.
38
+
-[VSIM]({{< relref "/commands/vsim" >}}) - retrieve elements similar to a given vector or element with optional filtering.
0 commit comments