You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rc/langcache/create-service.md
+4-14Lines changed: 4 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,9 @@ LangCache does not support the following databases during public preview:
28
28
29
29
## Create a LangCache service
30
30
31
-
1. From the [Redis Cloud console](https://cloud.redis.io/), select **LangCache AI** from the left-hand menu.
31
+
1. From the [Redis Cloud console](https://cloud.redis.io/), select **LangCache** from the left-hand menu.
32
32
33
-
1. When you access the LangCache AI page for the first time, you will see a page with an introduction to LangCache. Select **Let's create a service** to create your first service.
33
+
1. When you access the LangCache page for the first time, you will see a page with an introduction to LangCache. Select **Let's create a service** to create your first service.
34
34
35
35
{{<imagefilename="images/rc/langcache-create-first-service.png"alt="The Let's create a service button."width="200px" >}}
36
36
@@ -78,17 +78,7 @@ The **Attributes settings** section allows you to define attributes for your ser
By default, LangCache includes three fixed attributes, which are called the "scope" in the API:
82
-
- User ID: Scope operations to a specific user
83
-
- Application ID: Manage cache entries related to a particular application
84
-
- Session ID: Control cache for a specific user session
85
-
86
-
These fixed attributes enable targeted cache operations. For example, you'll be able to:
87
-
- Delete all cached entries for a specific user who updated their preferences
88
-
- Scope search results to only return entries relevant to the current user
89
-
- Clear all cached data related to a particular application version
90
-
91
-
Beyond these fixed attributes, LangCache allows you to define up to 5 custom attributes that align with your specific use case. To add a new attribute:
81
+
LangCache allows you to define up to 5 custom attributes that align with your specific use case. To add a new attribute:
92
82
93
83
1. Select **Add attribute**.
94
84
@@ -127,4 +117,4 @@ For help, [contact support](https://redis.io/support/).
127
117
128
118
After your cache is created, you can [use the LangCache API]({{< relref "/operate/rc/langcache/use-langcache" >}}) from your client app.
129
119
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" >}}).
120
+
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