Skip to content

Commit 8546017

Browse files
committed
Apply preview banner + misc. fixes
1 parent 97a49a5 commit 8546017

File tree

15 files changed

+15
-64
lines changed

15 files changed

+15
-64
lines changed

content/commands/vadd/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ since: 8.0.0
1818
summary: Add a new element to a vector set, or update its vector if it already exists.
1919
syntax_fmt: "VADD key [REDUCE dim] (FP32 | VALUES num) vector element [CAS] [NOQUANT | Q8 | BIN]\n [EF build-exploration-factor] [SETATTR attributes] [M numlinks]"
2020
title: VADD
21+
bannerText: Vector set is a new data type that is currently in preview and may be subject to change.
2122
---
2223

2324
Add a new element into the vector set specified by `key`. The vector can be provided as 32-bit floating point (`FP32`) blob of values, or as floating point numbers as strings, prefixed by the number of elements (3 in the example below):

content/commands/vcard/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ since: 8.0.0
1818
summary: Return the number of elements in a vector set.
1919
syntax_fmt: "VCARD key"
2020
title: VCARD
21+
bannerText: Vector set is a new data type that is currently in preview and may be subject to change.
2122
---
2223

2324
Return the number of elements in the specified vector set.

content/commands/vdim/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ since: 8.0.0
1818
summary: Return the dimension of vectors in the vector set.
1919
syntax_fmt: "VDIM key"
2020
title: VDIM
21+
bannerText: Vector set is a new data type that is currently in preview and may be subject to change.
2122
---
2223

2324
Return the number of dimensions of the vectors in the specified vector set.

content/commands/vemb/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ since: 8.0.0
1818
summary: Return the vector associated with an element.
1919
syntax_fmt: "VEMB key element [RAW]"
2020
title: VEMB
21+
bannerText: Vector set is a new data type that is currently in preview and may be subject to change.
2122
---
2223

2324
Return the approximate vector associated with a given element in the vector set.

content/commands/vgetattr/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ since: 8.0.0
1818
summary: Retrieve the JSON attributes of elements.
1919
syntax_fmt: "VGETATTR key element"
2020
title: VGETATTR
21+
bannerText: Vector set is a new data type that is currently in preview and may be subject to change.
2122
---
2223

2324
Return the JSON attributes associated with an element in a vector set.

content/commands/vinfo/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ since: 8.0.0
1818
summary: Return information about a vector set.
1919
syntax_fmt: "VINFO key"
2020
title: VINFO
21+
bannerText: Vector set is a new data type that is currently in preview and may be subject to change.
2122
---
2223

2324
Return metadata and internal details about a vector set, including size, dimensions, quantization type, and graph structure.

content/commands/vlinks/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ since: 8.0.0
1818
summary: Return the neighbors of an element at each layer in the HNSW graph.
1919
syntax_fmt: "VLINKS key element [WITHSCORES]"
2020
title: VLINKS
21+
bannerText: Vector set is a new data type that is currently in preview and may be subject to change.
2122
---
2223

2324
Return the neighbors of a specified element in a vector set. The command shows the connections for each layer of the HNSW graph.

content/commands/vrandmember/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ since: 8.0.0
1818
summary: Return one or multiple random members from a vector set.
1919
syntax_fmt: "VRANDMEMBER key [count]"
2020
title: VRANDMEMBER
21+
bannerText: Vector set is a new data type that is currently in preview and may be subject to change.
2122
---
2223

2324
Return one or more random elements from a vector set.

content/commands/vrem/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ since: 8.0.0
1818
summary: Remove one or more elements from a vector set.
1919
syntax_fmt: "VREM key element"
2020
title: VREM
21+
bannerText: Vector set is a new data type that is currently in preview and may be subject to change.
2122
---
2223

2324
Remove an element from a vector set.

content/commands/vsetattr/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ since: 8.0.0
1818
summary: Associate or remove the JSON attributes of elements.
1919
syntax_fmt: "VSETATTR key element \"{ JSON obj }\""
2020
title: VSETATTR
21+
bannerText: Vector set is a new data type that is currently in preview and may be subject to change.
2122
---
2223

2324
Associate a JSON object with an element in a vector set. Use this command to store attributes that can be used in filtered similarity searches with `VSIM`.

0 commit comments

Comments
 (0)