We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5931add commit 0180e48Copy full SHA for 0180e48
2 files changed
helm-azimuth/values.yaml
@@ -11,7 +11,7 @@ zenithClient:
11
ragflow:
12
env:
13
# Elasticsearch seems more stable than other options for now
14
- DOC_ENGINE: infinity
+ DOC_ENGINE: elasticsearch
15
16
# Clean up redis volumes when Azimuth app is uninstalled
17
redis:
helm/values.yaml
@@ -17,7 +17,7 @@ env:
# - `infinity` (https://github.com/infiniflow/infinity)
18
# - `opensearch` (https://github.com/opensearch-project/OpenSearch)
19
# DOC_ENGINE: elasticsearch
20
+ DOC_ENGINE: infinity
21
# DOC_ENGINE: opensearch
22
23
# The version of Elasticsearch.
0 commit comments