Skip to content

Commit c64524e

Browse files
Update content/develop/ai/langcache.md
Co-authored-by: andy-stark-redis <[email protected]>
1 parent 76afc45 commit c64524e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/develop/ai/langcache.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Redis LangCache is a fully-managed semantic caching service that reduces large l
1616

1717
LangCache uses semantic caching to store and reuse previous LLM responses for similar queries. Instead of calling the LLM for every request, LangCache:
1818

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
2222

2323
## Key benefits
2424

0 commit comments

Comments
 (0)