Skip to content
Closed
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
10 changes: 5 additions & 5 deletions content/operate/rc/langcache/create-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ To create a LangCache service, you will need:

- A Redis Cloud database. If you don't have one, see [Create a database]({{< relref "/operate/rc/databases/create-database" >}}).
{{< note >}}
LangCache does not support the following databases during public preview:
- Databases with a [CIDR allow list]({{< relref "/operate/rc/security/cidr-whitelist" >}})
- [Active-Active]({{< relref "/operate/rc/databases/configuration/active-active-redis" >}}) databases
- Databases with the [default user]({{< relref "/operate/rc/security/access-control/data-access-control/default-user" >}}) turned off
- LangCache does not support the following databases during public preview:
- Databases with a [CIDR allow list]({{< relref "/operate/rc/security/cidr-whitelist" >}})
- [Active-Active]({{< relref "/operate/rc/databases/configuration/active-active-redis" >}}) databases
- Databases with the [default user]({{< relref "/operate/rc/security/access-control/data-access-control/default-user" >}}) turned off
{{< /note >}}
- An [OpenAI API key](https://platform.openai.com/api-keys). LangCache uses OpenAI to generate embeddings for prompts and responses.

Expand Down Expand Up @@ -127,4 +127,4 @@ For help, [contact support](https://redis.io/support/).

After your cache is created, you can [use the LangCache API]({{< relref "/operate/rc/langcache/use-langcache" >}}) from your client app.

You can also [view and edit the cache]({{< relref "/operate/rc/langcache/view-edit-cache" >}}) and [monitor the cache's performance]({{< relref "/operate/rc/langcache/monitor-cache" >}}).
You can also [view and edit the cache]({{< relref "/operate/rc/langcache/view-edit-cache" >}}) and [monitor the cache's performance]({{< relref "/operate/rc/langcache/monitor-cache" >}}).