You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/_kong_plugins/ai-semantic-cache/index.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ faqs:
59
59
failed to create memorydb instance failed to create index: LIMIT Number of indexes (11) exceeds the limit (10)
60
60
```
61
61
62
-
This means that the hardcoded MemoryDB instance limit has been reached.
62
+
This means that the hardcoded MemoryDB instance limit has been reached.
63
63
To resolve this, create more MemoryDB instances to handle multiple {{page.name}} plugin instances.
64
64
---
65
65
@@ -141,6 +141,9 @@ The AI Semantic Cache plugin improves how AI systems provide responses by using
141
141
142
142
Together, these caching methods enhance the efficiency and relevance of AI responses, making interactions faster and more contextually accurate.
143
143
144
+
{:.info}
145
+
> When Exact Caching is enabled, the AI Semantic Cache plugin may still return results for queries that are similar but not identical.This is expected behavior: the plugin performs similarity-based caching regardless of the Exact Caching setting.
146
+
144
147
### Headers sent to the client
145
148
146
149
When the AI Semantic Cache plugin is active, {{site.base_gateway}} sends additional headers
0 commit comments