Skip to content

Commit 24e981b

Browse files
Merge pull request #96 from redis/ViktarStarastsenka-patch-2
Update rag.md
2 parents 6b24363 + 9012dbd commit 24e981b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/uc/rag.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ It supports the storage and retrieval of vectors, which are essential for handli
1212
Here are some key features and components of Redis that make it suitable for RAG:
1313

1414
1. **Redis as a vector database**: The following set of tutorials provide examples of how to use Redis as a vector database:
15-
- [Basic vector search ](redisinsight:_?tutorialId=vss-vectors-basic)
16-
- [Advanced vector search](redisinsight:_?tutorialId=vss-vectors-adv-hash)
15+
- [E-commerce Discovery](redisinsight:_?tutorialId=e-commerce-discovery)
16+
- [Building personalized recommendations](redisinsight:_?tutorialId=personalized_recommendations)
17+
- [Creating an AI Assistant](redisinsight:_?tutorialId=ai_assistant)
1718

1819
1. **Redis Vector Library (RedisVL)**: This library is designed to enhance the development of generative AI applications by efficiently managing vector data. It allows the storage of embeddings (vector representations of text) and facilitates fast similarity searches, which are crucial for retrieving relevant information in RAG.
1920

0 commit comments

Comments
 (0)