Skip to content

Commit 639559d

Browse files
authored
Merge pull request #1914 from redis/DOC-5528
Langcache: Usability changes
2 parents 8df3260 + 5ec6244 commit 639559d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

content/develop/ai/langcache/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ bannerText: LangCache is currently available in preview. Features and behavior a
1313
bannerChildren: true
1414
---
1515

16-
Redis LangCache is a fully-managed semantic caching service that reduces large language model (LLM) costs and improves response times for AI applications.
16+
Redis LangCache is a fully-managed semantic caching service that reduces large language model (LLM) costs and improves response times for AI applications.
17+
18+
[Get started](#get-started) with LangCache on [Redis Cloud]({{< relref "/operate/rc/langcache" >}}) or join the [private preview](https://redis.io/langcache/).
1719

1820
## LangCache overview
1921

content/operate/rc/langcache/use-langcache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: Use the LangCache API on Redis Cloud
1111
weight: 10
1212
---
1313

14-
You can use the LangCache API from your client app to store and retrieve LLM, RAG, or agent responses.
14+
You can use the [LangCache API and SDK]({{< relref "/develop/ai/langcache/api-examples" >}}) from your client app to store and retrieve LLM, RAG, or agent responses.
1515

1616
To access the LangCache API, you need:
1717

@@ -25,4 +25,4 @@ The LangCache API key is only available immediately after you create the LangCac
2525

2626
When you call the API, you need to pass the LangCache API key in the `Authorization` header as a Bearer token and the Cache ID as the `cacheId` path parameter.
2727

28-
See the [LangCache API reference]({{< relref "/develop/ai/langcache/api-reference" >}}) for more information on how to use the LangCache API.
28+
See the [LangCache API and SDK examples]({{< relref "/develop/ai/langcache/api-examples" >}}) for more information on how to use the LangCache API.

0 commit comments

Comments
 (0)