Skip to content

Commit c2d9824

Browse files
authored
fixed link to published blog (elastic#102)
1 parent 74e7ac1 commit c2d9824

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

supporting-blog-content/elasticsearch_llm_cache/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
# Blog Post
5-
This library is covered in depth in the blog post [Elasticsearch as a GenAI Caching Layer](https://www.elastic.co/blog/lasticsearch-as-a-genai-caching-layer).
5+
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).
66

77
## Key Benefits
88
- Reduce costs for LLM services by reusing previous responses.
@@ -92,4 +92,4 @@ Sample Streamlit App using RAG with Elasticsearch
9292
- ELASTIC_INDEX_DOCS
9393

9494
## [test_elasticsearch_llm_cache.py](test_elasticsearch_llm_cache.py)
95-
Unit tests for ElasticsearchLLMCache class
95+
Unit tests for ElasticsearchLLMCache class

supporting-blog-content/elasticsearch_llm_cache/elasticsearch_llm_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
4545
This library is covered in depth in the blog post
4646
Elasticsearch as a GenAI Caching Layer
47-
https://www.elastic.co/blog/lasticsearch-as-a-genai-caching-layer
47+
https://www.elastic.co/search-labs/elasticsearch-as-a-genai-caching-layer
4848
4949
Author: Jeff Vestal
5050
Version: 1.0.0

0 commit comments

Comments
 (0)