@@ -102,23 +102,23 @@ <h1 class="text-5xl font-medium">{{ .Title }}</h1>
102102 "Title" "Caching"
103103 "Description" "Cache user sessions"
104104 "ButtonLink" "./operate/get-started/use-cases/caching"
105- "ButtonLabel" "Caching quick start"
105+ "ButtonLabel" "Caching quick start guide "
106106 ) }}
107107 {{ partial "docs-section.html" (dict
108- "Title" "Leaderboards and rate limiting"
109- "Description" "Create leaderboards or rate limiting with sorted sets"
108+ "Title" "Rate limiting"
109+ "Description" "Work with sorted sets"
110110 "ButtonLink" "./develop/data-types/sorted-sets/"
111- "ButtonLabel" "Sorted sets ordered by a score with example code "
111+ "ButtonLabel" "Sorted sets ordered by a score"
112112 ) }}
113113 {{ partial "docs-section.html" (dict
114- "Title" "AI and machine learning"
114+ "Title" "Machine learning"
115115 "Description" "Fast and scalable data retrieval for AI projects"
116116 "ButtonLink" "./develop/get-started/redis-in-ai/"
117117 "ButtonLabel" "AI agents, chatbots, and apps"
118118 ) }}
119119 {{ partial "docs-section.html" (dict
120- "Title" "Query data and perform a vector search "
121- "Description" "Transform unstructured data into vectors that ML models can process"
120+ "Title" "Vector queries "
121+ "Description" "Use vectors that ML models can process"
122122 "ButtonLink" "./develop/get-started/vector-database/"
123123 "ButtonLabel" "Vector database quick start guide"
124124 ) }}
0 commit comments