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 0f181da commit 1de8881Copy full SHA for 1de8881
helm-azimuth/values.yaml
@@ -9,15 +9,8 @@ zenithClient:
9
10
# 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:
+ # Elasticsearch seems more stable than other options for now
21
DOC_ENGINE: elasticsearch
22
23
# Clean up redis volumes when Azimuth app is uninstalled
0 commit comments