Skip to content

Commit 47d6240

Browse files
committed
docs: added env template
1 parent d2b1b19 commit 47d6240

File tree

1 file changed

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

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Elasticsearch Configuration
2+
ELASTIC_API_KEY=your_api_key_here
3+
ELASTICSEARCH_ENDPOINT=your_elastic_endpoint
4+
5+
# OpenAI Configuration
6+
OPENAI_API_KEY=your_openai_api_key_here
7+
8+
# Model Configuration
9+
MODEL_PATH=~/.cache/torch/checkpoints/imagebind_huge.pth
10+
11+
# Optional Configuration
12+
#LOG_LEVEL=INFO
13+
#DEBUG=False

0 commit comments

Comments
 (0)