Skip to content

Commit 601e6cf

Browse files
authored
Fix capitalization and improve cache management description
1 parent 2ff439c commit 601e6cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/develop/ai/langcache/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Using LangCache as a semantic caching service has the following benefits:
3333

3434
- **Lower LLM costs**: Reduce costly LLM calls by easily storing the most frequently-requested responses.
3535
- **Faster AI app responses**: Get faster AI responses by retrieving previously-stored requests from memory.
36-
- **Simpler Deployments**: Access our managed service using a REST API with automated embedding generation, configurable controls, and no database management required.
37-
- **Advanced cache management**: Manage data access and privacy, eviction protocols, and monitor usage and cache hit rates.
36+
- **Simpler deployments**: Access our managed service using a REST API with automated embedding generation, configurable controls, and no database management required.
37+
- **Advanced cache management**: Manage data access, privacy, and eviction protocols. Monitor usage and cache hit rates.
3838

3939
LangCache works well for the following use cases:
4040

0 commit comments

Comments
 (0)