Skip to content

Commit 1217ef6

Browse files
env-example
Signed-off-by: Adrian Cole <[email protected]>
1 parent 3244b2a commit 1217ef6

File tree

1 file changed

+17
-0
lines changed
  • supporting-blog-content/building-multimodal-rag-with-elasticsearch-gotham

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)