Skip to content

Commit f62a450

Browse files
Update home.html
1 parent 2c059c1 commit f62a450

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

layouts/home.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)