Skip to content

Commit 3ae9e5c

Browse files
authored
DEV: add VRANGE command to main vector sets page (#2528)
* DEV: add VRANGE command to main vector sets page * Fix punctuation
1 parent d1dc8f8 commit 3ae9e5c

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The following commands are available for vector sets:
3434
- [VISMEMBER]({{< relref "/commands/vismember" >}}) - check if an element exists in a vector set.
3535
- [VLINKS]({{< relref "/commands/vlinks" >}}) - retrieve the neighbors of a specified element in a vector set; the connections for each layer of the HNSW graph.
3636
- [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.
3738
- [VREM]({{< relref "/commands/vrem" >}}) - remove an element from a vector set.
3839
- [VSETATTR]({{< relref "/commands/vsetattr" >}}) - set or replace attributes on a vector set element.
3940
- [VSIM]({{< relref "/commands/vsim" >}}) - retrieve elements similar to a given vector or element with optional filtering.

0 commit comments

Comments
 (0)