Skip to content

Commit 6ee70c6

Browse files
authored
Update create-service.md
Fixed the indentation in the prequisites. The Langcache doesn not support coming as a separate point rather than inside Recdis cloud database.
1 parent fbe59e6 commit 6ee70c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/operate/rc/langcache/create-service.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ To create a LangCache service, you will need:
1919

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

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

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

130-
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" >}}).
130+
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" >}}).

0 commit comments

Comments
 (0)