Skip to content

Commit fa4ea59

Browse files
committed
error fixes
1 parent 06b8383 commit fa4ea59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The **General settings** section defines basic properties of your service.
5656
|:----------------------|:----------|
5757
| **Service name** | Enter a name for your LangCache service. We recommend you use a name that describes your service's purpose. |
5858
| **Select database** | Select the Redis Cloud database to use for this service from the list. |
59-
| **TTL** | The number of seconds to cache entries before they expire. Default: `No expiration` - items in the cache will remain until manually removed. |
59+
| **TTL** | The time to live (TTL) for cache entries, in milliseconds. Default: `No expiration` - items in the cache will remain until manually removed. |
6060
| **User** | The [database access user]({{< relref "/operate/rc/security/access-control/data-access-control/role-based-access-control" >}}) to use for this service. LangCache only supports the [`default` user]({{< relref "/operate/rc/security/access-control/data-access-control/default-user" >}}) during public preview. |
6161

6262
### Embedding settings
@@ -70,7 +70,7 @@ The **Embedding settings** section defines the embedding model used by your serv
7070
| **Supported Embedding Provider** | The embedding provider to use for your service. LangCache only supports OpenAI during public preview. |
7171
| **Embedding provider API key** | Enter your embedding provider's API key. |
7272
| **Model** | Select the embedding model to use for your service. |
73-
| **Similarity threshold** | Set the minimum similarity score required to consider a cached response a match. Range: `0.0` to `1.0`. Default: `0.9`<br/><br/>A higher value means more precise matches, but if it's too high, you will compromise on the number of matches and may lose relevant matches. A lower value means more matches, but may include less relevant matches. We recommend starting between `0.8` and `0.9` and then fine-tuning based on your results. |
73+
| **Similarity threshold** | Set the minimum similarity score required to consider a cached response a match. Range: `0.5` to `1.0`. Default: `0.9`<br/><br/>A higher value means more precise matches, but if it's too high, you will compromise on the number of matches and may lose relevant matches. A lower value means more matches, but may include less relevant matches. We recommend starting between `0.8` and `0.9` and then fine-tuning based on your results. |
7474

7575
### Attributes settings
7676

0 commit comments

Comments
 (0)