From c4d1329085876402b4f895ece30c8aabc1d83d99 Mon Sep 17 00:00:00 2001 From: Sylvester Kaczmarek <16242628+sylvesterkaczmarek@users.noreply.github.com> Date: Tue, 1 Sep 2026 12:52:35 +0100 Subject: [PATCH] Update Chat Completions documentation link --- examples/vector_databases/elasticsearch/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vector_databases/elasticsearch/README.md b/examples/vector_databases/elasticsearch/README.md index fcfb231852..18278fb6ad 100644 --- a/examples/vector_databases/elasticsearch/README.md +++ b/examples/vector_databases/elasticsearch/README.md @@ -27,5 +27,5 @@ In this notebook you'll learn how to: This notebooks builds on the semantic search notebook by: - Selecting the top hit from a semantic search -- Sending that result to the OpenAI [Chat Completions](https://platform.openai.com/docs/guides/gpt/chat-completions-api) API endpoint for retrieval augmented generation (RAG) +- Sending that result to the OpenAI [Chat Completions](https://developers.openai.com/api/docs/guides/text) API endpoint for retrieval augmented generation (RAG)