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 d2b1b19 commit 47d6240Copy full SHA for 47d6240
supporting-blog-content/building-multimodal-rag-with-elasticsearch-gotham/.env.template
@@ -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