Skip to content

Commit b4ce563

Browse files
DOC-5073 started redis-py vector set example page
1 parent 7e3931c commit b4ce563

File tree

6 files changed

+25
-5
lines changed

6 files changed

+25
-5
lines changed

content/develop/clients/redis-py/connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories:
1212
description: Connect your Python application to a Redis database
1313
linkTitle: Connect
1414
title: Connect to the server
15-
weight: 2
15+
weight: 20
1616
---
1717

1818
## Basic connection

content/develop/clients/redis-py/queryjson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories:
1212
description: Learn how to use the Redis query engine with JSON
1313
linkTitle: Index and query JSON
1414
title: Example - Index and query JSON documents
15-
weight: 3
15+
weight: 30
1616
---
1717

1818
This example shows how to create a

content/develop/clients/redis-py/scaniter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories:
1212
description: Iterate through results from `SCAN`, `HSCAN`, etc.
1313
linkTitle: Scan iteration
1414
title: Scan iteration
15-
weight: 5
15+
weight: 60
1616
---
1717

1818
Redis has a small family of related commands that retrieve

content/develop/clients/redis-py/transpipe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories:
1212
description: Learn how to use Redis pipelines and transactions
1313
linkTitle: Pipelines/transactions
1414
title: Pipelines and transactions
15-
weight: 5
15+
weight: 45
1616
---
1717

1818
Redis lets you send a sequence of commands to the server together in a batch.

content/develop/clients/redis-py/vecsearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories:
1212
description: Learn how to index and query vector embeddings with Redis
1313
linkTitle: Index and query vectors
1414
title: Index and query vectors
15-
weight: 4
15+
weight: 40
1616
---
1717

1818
[Redis Query Engine]({{< relref "/develop/interact/search-and-query" >}})
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
categories:
3+
- docs
4+
- develop
5+
- stack
6+
- oss
7+
- rs
8+
- rc
9+
- oss
10+
- kubernetes
11+
- clients
12+
description: Index and query embeddings with Redis vector sets
13+
linkTitle: Vector set embeddings
14+
title: Vector set embeddings
15+
weight: 40
16+
bannerText: Vector set is a new data type that is currently in preview and may be subject to change.
17+
bannerChildren: true
18+
---
19+
20+
Redis [vector sets]({{< relref "/develop/data-types/vector-sets" >}})

0 commit comments

Comments
 (0)