Skip to content

Commit 41c4c24

Browse files
authored
Merge pull request #114 from elastic/vestal_llm_cache-pypi_link
linking to https://pypi.org/project/elasticsearch-llm-cache
2 parents 88813ad + 1e97819 commit 41c4c24

File tree

1 file changed

+8
-0
lines changed
  • supporting-blog-content/elasticsearch_llm_cache

1 file changed

+8
-0
lines changed

supporting-blog-content/elasticsearch_llm_cache/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Elasticsearch LLM Cache
22
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.
33

4+
# pip install
5+
This library can now be installed via pip
6+
7+
`pip install elasticsearch-llm-cache`
8+
9+
[pypi library page](https://pypi.org/project/elasticsearch-llm-cache)
10+
11+
412
# Blog Post
513
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).
614

0 commit comments

Comments
 (0)