Skip to content

Commit f7fad31

Browse files
Merge pull request #98 from redis/ViktarStarastsenka-patch-2
Changing titles for consistancy
2 parents 24e981b + c3b75a0 commit f7fad31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/uc/rag.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +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-
- [E-commerce Discovery](redisinsight:_?tutorialId=e-commerce-discovery)
15+
- [E-commerce discovery](redisinsight:_?tutorialId=e-commerce-discovery)
1616
- [Building personalized recommendations](redisinsight:_?tutorialId=personalized_recommendations)
17-
- [Creating an AI Assistant](redisinsight:_?tutorialId=ai_assistant)
17+
- [Creating an AI assistant](redisinsight:_?tutorialId=ai_assistant)
1818

1919
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.
2020

0 commit comments

Comments
 (0)