From 0f5c8ac21735e02efef6773e875df09fba2c6ed2 Mon Sep 17 00:00:00 2001 From: Jeff Vestal <53237856+jeffvestal@users.noreply.github.com> Date: Wed, 19 Apr 2023 13:25:10 -0500 Subject: [PATCH] blog link --- elasticdocs_gpt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/elasticdocs_gpt.py b/elasticdocs_gpt.py index 35518ad..c65c808 100644 --- a/elasticdocs_gpt.py +++ b/elasticdocs_gpt.py @@ -6,6 +6,7 @@ from elasticsearch import Elasticsearch # This code is part of an Elastic Blog showing how to combine # Elasticsearch's search relevancy power with # OpenAI's GPT's Question Answering power +# https://www.elastic.co/blog/chatgpt-elasticsearch-openai-meets-private-data # Code is presented for demo purposes but should not be used in production # You may encounter exceptions which are not handled in the code