# LLM Cache

The **LLM Cache** section of tenant configuration contains settings that were intended to control the behavior of Aisera's LLM semantic cache. These configurations are not currently implemented. Aisera stores the values but applies none of them at runtime.

### Cache Length

| **Type**    | Integer |
| ----------- | ------- |
| **Default** | 1000    |

This configuration is deprecated and has no effect.

### Cache Temperature

| **Type**    | Decimal |
| ----------- | ------- |
| **Default** | 0.1     |

This configuration is deprecated and has no effect.

### Semantic Similarity Threshold

| **Type**    | Decimal |
| ----------- | ------- |
| **Default** | 0.95    |

This configuration is deprecated and has no effect.

### Lower Semantic Similarity Threshold

| **Type**    | Decimal |
| ----------- | ------- |
| **Default** | 0.75    |

This configuration is deprecated and has no effect.

### Keyword Similarity Threshold

| **Type**    | Decimal |
| ----------- | ------- |
| **Default** | 0.999   |

This configuration is deprecated and has no effect.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aisera.com/aisera-platform/tenant-setup/aisera-platform-configuration/tenant-configuration-settings/llm-cache.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
