mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-09-08 10:14:35 +08:00
Go: introduce clickhouse (#16996)
### Summary Introduce Clickhouse for data statistics. Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@@ -51,6 +51,12 @@ redis:
|
||||
nats:
|
||||
host: "localhost"
|
||||
port: 4222
|
||||
clickhouse:
|
||||
host: 'localhost'
|
||||
port: 9900
|
||||
user: ragflow
|
||||
password: infini_rag_flow
|
||||
database: ragflow
|
||||
otel:
|
||||
host: "localhost"
|
||||
port: 4318
|
||||
|
||||
Reference in New Issue
Block a user