Skip to content

Commit a11a78d

Browse files
Update content/develop/ai/index.md
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
1 parent 62a84fe commit a11a78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/ai/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: An overview of the Redis for AI documentation
1010
linkTitle: Redis for AI
1111
weight: 40
1212
---
13-
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.
13+
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]({{< relref "/develop/data-types/hashes" >}}) or [JSON]({{< relref "/develop/data-types/json" >}}) documents for [indexing]({{< relref "/develop/interact/search-and-query/indexing" >}}) and [querying]({{< relref "/develop/interact/search-and-query/query" >}}).
1414

1515
| Vector | RAG |
1616
| :-- | :-- |

0 commit comments

Comments
 (0)