Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion content/develop/ai/langcache/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ bannerText: LangCache is currently available in preview. Features and behavior a
bannerChildren: true
---

Redis LangCache is a fully-managed semantic caching service that reduces large language model (LLM) costs and improves response times for AI applications.
Redis LangCache is a fully-managed semantic caching service that reduces large language model (LLM) costs and improves response times for AI applications.

[Get started](#get-started) with LangCache on [Redis Cloud]({{< relref "/operate/rc/langcache" >}}) or join the [private preview](https://redis.io/langcache/).

## LangCache overview

Expand Down
4 changes: 2 additions & 2 deletions content/operate/rc/langcache/use-langcache.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ title: Use the LangCache API on Redis Cloud
weight: 10
---

You can use the LangCache API from your client app to store and retrieve LLM, RAG, or agent responses.
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.

To access the LangCache API, you need:

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

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.

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