Semantic Cache
---
title: Semantic Response Cache
description: Skip repeated model calls when a new request is semantically equivalent to a previous prompt result.
---
You classify, route, or normalize thousands of near-identical requests, and most of those model calls repeat work: "cancel my subscription" and "I want to cancel my plan" deserve the same answer without paying for a second generation. Semantic response caching returns the previous result when a new request means the same thing. Install the plugin once and opt in per prompt:when to use it
Community prompt sourced from the open-source GitHub repo use-crux/crux (Apache-2.0). A "Semantic Cache" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
roleplaycommunitygeneral
source
use-crux/crux · Apache-2.0