Skip to content

Commit 3323add

Browse files
authored
A few more quick fixes
1 parent 4830c8b commit 3323add

File tree

1 file changed

+3
-3
lines changed
  • content/develop/data-types/vector-sets

1 file changed

+3
-3
lines changed

content/develop/data-types/vector-sets/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Vector sets also provide for optional [filtered search]({{< relref "/develop/dat
2525

2626
The following commands are available for vector sets:
2727

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.
2929
- [VCARD]({{< relref "/commands/vcard" >}}) - retrieve the number of elements in a vector set.
3030
- [VDIM]({{< relref "/commands/vdim" >}}) - retrieve the dimension of the vectors in a vector set.
3131
- [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:
3434
- [VLINKS]({{< relref "/commands/vlinks" >}}) - retrieve the neighbors of a specified element in a vector set; the connections for each layer of the HNSW graph.
3535
- [VRANDMEMBER]({{< relref "/commands/vrandmember" >}}) - retrieve random elements of a vector set.
3636
- [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

Comments
 (0)