Skip to content

Commit d90cbec

Browse files
Fix minor docs typos (#161)
Minor language fix in the leading description.
1 parent 1505f5d commit d90cbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user_guide/llmcache_03.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Semantic Caching for LLMs\n",
88
"\n",
9-
"RedisVL provides an ``SemanticCache`` interface utilize Redis' built-in caching capabilities AND vector search in order to store responses from previously-answered questions. This reduces the number of requests and tokens sent to the Large Language Models (LLM) service, decreasing costs and enhancing application throughput (by reducing the time taken to generate responses).\n",
9+
"RedisVL provides a ``SemanticCache`` interface to utilize Redis' built-in caching capabilities AND vector search in order to store responses from previously-answered questions. This reduces the number of requests and tokens sent to the Large Language Models (LLM) service, decreasing costs and enhancing application throughput (by reducing the time taken to generate responses).\n",
1010
"\n",
1111
"This notebook will go over how to use Redis as a Semantic Cache for your applications"
1212
]

0 commit comments

Comments
 (0)