Added doc for switching elasticsearch to infinity (#3370)

### What problem does this PR solve?

Added doc for switching elasticsearch to infinity

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
- [x] Documentation Update
This commit is contained in:
Zhichang Yu
2024-11-14 00:08:55 +08:00
committed by GitHub
parent 83c6b1f308
commit 9d395ab74e
15 changed files with 157 additions and 62 deletions

View File

@ -6,7 +6,7 @@ mysql:
user: 'root'
password: 'infini_rag_flow'
host: 'mysql'
port: 3306
port: 5455
max_connections: 100
stale_timeout: 30
minio:
@ -14,7 +14,7 @@ minio:
password: 'infini_rag_flow'
host: 'minio:9000'
es:
hosts: 'http://es01:9200'
hosts: 'http://es01:1200'
username: 'elastic'
password: 'infini_rag_flow'
redis: