cache_similarity_distribution
Visualize the distribution of recent semantic similarity scores for a cache, using a histogram with 20 buckets. Identify similarity patterns and potential issues within a configurable time window.
Instructions
Histogram of recent similarity scores (20 buckets, width 0.1) for a semantic_cache. Errors on agent_cache.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Restrict to a single category | |
| cache_name | Yes | Cache name as registered in __betterdb:caches (e.g. 'betterdb_scache_prod'). | |
| instanceId | No | Connection ID; defaults to the active instance | |
| window_hours | No | Lookback window (default 24h, max 168h) |