From 4c32f30e940dbbe171ad85b6f68ac836e2c4b2cc Mon Sep 17 00:00:00 2001 From: Jeff Vestal <53237856+jeffvestal@users.noreply.github.com> Date: Wed, 19 Apr 2023 13:19:57 -0500 Subject: [PATCH] Update elasticdocs_gpt.py Added little exceptions not handled warning --- elasticdocs_gpt.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/elasticdocs_gpt.py b/elasticdocs_gpt.py index 8f712ec..35518ad 100644 --- a/elasticdocs_gpt.py +++ b/elasticdocs_gpt.py @@ -7,6 +7,9 @@ from elasticsearch import Elasticsearch # Elasticsearch's search relevancy power with # OpenAI's GPT's Question Answering power +# Code is presented for demo purposes but should not be used in production +# You may encounter exceptions which are not handled in the code + # Required Environment Variables # openai_api - OpenAI API Key