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: supporting-blog-content/elasticsearch_llm_cache/README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
# Elasticsearch LLM Cache
2
2
A Python library to utilize Elasticsearch as a caching layer for Generative AI applications. By caching the responses from Language Models (LLMs), this library helps in reducing costs associated with LLM services and improving response speed from the user's perspective.
This library is covered in depth in the blog post [Elasticsearch as a GenAI Caching Layer](https://www.elastic.co/search-labs/elasticsearch-as-a-genai-caching-layer).
0 commit comments