Skip to content

Commit 0180e48

Browse files
Switch infinity to elasticsearch doc engine
1 parent 5931add commit 0180e48

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

helm-azimuth/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ zenithClient:
1111
ragflow:
1212
env:
1313
# Elasticsearch seems more stable than other options for now
14-
DOC_ENGINE: infinity
14+
DOC_ENGINE: elasticsearch
1515

1616
# Clean up redis volumes when Azimuth app is uninstalled
1717
redis:

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
# - `infinity` (https://github.com/infiniflow/infinity)
1818
# - `opensearch` (https://github.com/opensearch-project/OpenSearch)
1919
# DOC_ENGINE: elasticsearch
20-
DOC_ENGINE: infinity
20+
DOC_ENGINE: infinity
2121
# DOC_ENGINE: opensearch
2222

2323
# The version of Elasticsearch.

0 commit comments

Comments
 (0)