Skip to content

Commit ef03cc6

Browse files
Update index.md
1 parent 8cd24a9 commit ef03cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/develop/ai/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ categories:
88
- rc
99
description: An overivew of the Redis for AI documentation
1010
linkTitle: Redis for AI
11-
weight: 4
11+
weight: 40
1212
---
1313
Redis stores and indexes vector embeddings that semantically represent unstructured data including text passages, images, videos, or audio. Store vectors and the associated metadata within hashes or JSON documents for indexing and search.
1414

1515
| Vector | RAG |
1616
| :-- | :-- |
17-
| {{<image filename="images/ai-cube.png" alt="AI Redis icon.">}}[Redis as a vector database quick start guide]({{< relref "/develop/get-started/vector-database" >}}) |{{<image filename="images/ai-brain.png" alt="AI Redis icon.">}} [quick start guide]({{< relref "/develop/get-started/rag" >}}) |
17+
| {{<image filename="images/ai-cube.png" alt="AI Redis icon.">}}[Redis as a vector database quick start guide]({{< relref "/develop/get-started/vector-database" >}}) |{{<image filename="images/ai-brain.png" alt="AI Redis icon.">}} [Retrieval-Augmented Generation quick start guide]({{< relref "/develop/get-started/rag" >}}) |
1818

1919

2020
## Overview

0 commit comments

Comments
 (0)