Skip to content

Commit

Permalink
Fix minor docs typos (#161)
Browse files Browse the repository at this point in the history
Minor language fix in the leading description.
  • Loading branch information
joshrotenberg committed Jun 18, 2024
1 parent 1505f5d commit d90cbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_guide/llmcache_03.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Semantic Caching for LLMs\n",
"\n",
"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",
"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",
"\n",
"This notebook will go over how to use Redis as a Semantic Cache for your applications"
]
Expand Down

0 comments on commit d90cbec

Please sign in to comment.