Skip to content

Commit 1e97819

Browse files
committed
added link to llm caching pypi page and pip install link
1 parent a9ce108 commit 1e97819

File tree

1 file changed

+2
-1
lines changed
  • supporting-blog-content/elasticsearch_llm_cache

1 file changed

+2
-1
lines changed

supporting-blog-content/elasticsearch_llm_cache/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
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

44
# pip install
5-
This library can not be installed via pip
5+
This library can now be installed via pip
6+
67
`pip install elasticsearch-llm-cache`
78

89
[pypi library page](https://pypi.org/project/elasticsearch-llm-cache)

0 commit comments

Comments
 (0)