From 855157b068b4d1aaa765c1b0ba284bd8e10a8906 Mon Sep 17 00:00:00 2001 From: siddharthsambharia-portkey Date: Wed, 11 Dec 2024 18:31:56 +0530 Subject: [PATCH] small change --- docs/how-to/Portkey-Observability-and-Guardrails.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/Portkey-Observability-and-Guardrails.md b/docs/how-to/Portkey-Observability-and-Guardrails.md index f13dc460e..f4f7a696e 100644 --- a/docs/how-to/Portkey-Observability-and-Guardrails.md +++ b/docs/how-to/Portkey-Observability-and-Guardrails.md @@ -132,7 +132,7 @@ azure_llm = LLM( ### 2. Caching Improve response times and reduce costs with two powerful caching modes: - **Simple Cache**: Perfect for exact matches -- **Semantic Cache**: Uses embedding-based matching for similar queries +- **Semantic Cache**: Matches responses for requests that are semantically similar [Learn more about Caching](https://portkey.ai/docs/product/ai-gateway/cache-simple-and-semantic) ```py