You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/develop/ai/langcache.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ Redis LangCache is a fully-managed semantic caching service that reduces large l
16
16
17
17
LangCache uses semantic caching to store and reuse previous LLM responses for similar queries. Instead of calling the LLM for every request, LangCache:
18
18
19
-
1.**Checks for similar cached responses** when a new query arrives
20
-
2.**Returns cached results instantly** if a semantically similar response exists
21
-
3.**Stores new responses** for future reuse when no cache match is found
19
+
-**Checks for similar cached responses** when a new query arrives
20
+
-**Returns cached results instantly** if a semantically similar response exists
21
+
-**Stores new responses** for future reuse when no cache match is found
0 commit comments