We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3244b2a commit 1217ef6Copy full SHA for 1217ef6
supporting-blog-content/building-multimodal-rag-with-elasticsearch-gotham/env.example
@@ -0,0 +1,17 @@
1
+# Make a copy of this file with the name .env and assign values to variables
2
+
3
+# How you connect to Elasticsearch: change details to your instance
4
+ELASTICSEARCH_URL=
5
+ELASTICSEARCH_API_KEY=
6
+# If not using API key, uncomment these and fill them in:
7
+# ELASTICSEARCH_USER=elastic
8
+# ELASTICSEARCH_PASSWORD=elastic
9
10
+# OpenAI Configuration
11
+OPENAI_API_KEY=
12
13
+# Model Configuration
14
15
+# Optional Configuration
16
+# LOG_LEVEL=INFO
17
+# DEBUG=False
0 commit comments