From 1217ef628a532373df6d77059b72a5b1a587aeba Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Wed, 26 Feb 2025 20:22:04 +0800 Subject: [PATCH] env-example Signed-off-by: Adrian Cole --- .../env.example | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 supporting-blog-content/building-multimodal-rag-with-elasticsearch-gotham/env.example diff --git a/supporting-blog-content/building-multimodal-rag-with-elasticsearch-gotham/env.example b/supporting-blog-content/building-multimodal-rag-with-elasticsearch-gotham/env.example new file mode 100644 index 00000000..383c870e --- /dev/null +++ b/supporting-blog-content/building-multimodal-rag-with-elasticsearch-gotham/env.example @@ -0,0 +1,17 @@ +# Make a copy of this file with the name .env and assign values to variables + +# How you connect to Elasticsearch: change details to your instance +ELASTICSEARCH_URL= +ELASTICSEARCH_API_KEY= +# If not using API key, uncomment these and fill them in: +# ELASTICSEARCH_USER=elastic +# ELASTICSEARCH_PASSWORD=elastic + +# OpenAI Configuration +OPENAI_API_KEY= + +# Model Configuration + +# Optional Configuration +# LOG_LEVEL=INFO +# DEBUG=False \ No newline at end of file