From 2f3c34581132e0c442dbdc60d39a46b23d0f619a Mon Sep 17 00:00:00 2001 From: Liam Thompson <32779855+leemthompo@users.noreply.github.com> Date: Tue, 18 Mar 2025 10:54:55 +0100 Subject: [PATCH] [DOCS] Fix link in RAG doc (#125077) Replicates https://github.com/elastic/docs-content/pull/815 in 8.x docs --- .../search-your-data/retrieval-augmented-generation.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/search/search-your-data/retrieval-augmented-generation.asciidoc b/docs/reference/search/search-your-data/retrieval-augmented-generation.asciidoc index 2958999ede91d..d04643635f33d 100644 --- a/docs/reference/search/search-your-data/retrieval-augmented-generation.asciidoc +++ b/docs/reference/search/search-your-data/retrieval-augmented-generation.asciidoc @@ -68,7 +68,7 @@ try the https://www.elastic.co/demo-gallery/ai-playground[interactive lab] for h Learn more about building RAG systems using {es} in these blog posts: -* https://www.elastic.co/blog/beyond-rag-basics-semantic-search-with-elasticsearch[Beyond RAG Basics: Advanced strategies for AI applications] +* https://www.elastic.co/blog/beyond-rag-basics[Beyond RAG Basics: Advanced strategies for AI applications] * https://www.elastic.co/search-labs/blog/building-a-rag-system-with-gemma-hugging-face-elasticsearch[Building a RAG system with Gemma, Hugging Face, and Elasticsearch] * https://www.elastic.co/search-labs/blog/rag-agent-tool-elasticsearch-langchain[Building an agentic RAG tool with Elasticsearch and Langchain]