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 27e5168 commit 6c58783Copy full SHA for 6c58783
helm-azimuth/values.yaml
@@ -7,12 +7,20 @@ zenithClient:
7
skipAuth: false
8
9
10
-# RAGflow values
+# Config overrides for the underlying RAGFlow chart
11
ragflow:
12
+ # RAGFlow container config
13
+ ragflow:
14
+ image:
15
+ # Use a non-slim image which includes embedding models
16
+ # NOTE(scott): Maybe we can remove this once we are using
17
+ # the HU-hosted embedding and reranking models in RAGFlow?
18
+ tag: v0.21.1
19
+ # Elasticsearch seems more stable than other options for now
20
env:
- RAGFLOW_IMAGE: infiniflow/ragflow:v0.19.1
21
DOC_ENGINE: elasticsearch
22
23
+ # Clean up redis volumes when Azimuth app is uninstalled
24
redis:
25
persistence:
26
retentionPolicy:
0 commit comments