mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-14 00:48:26 +08:00
Go: file syncer service framework (#16579)
### Summary ./ragflow_main --syncer to start file syncer config yaml file has following config ``` file_syncer: max_concurrent_syncs: 4 # concurrent file sync threads sync_interval: 3 # check interval ``` --------- Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@@ -65,6 +65,9 @@ nats:
|
||||
port: ${NATS_PORT:-4222}
|
||||
task_executor:
|
||||
message_queue_type: 'nats'
|
||||
file_syncer:
|
||||
max_concurrent_syncs: 4
|
||||
sync_interval: 3
|
||||
user_default_llm:
|
||||
default_models:
|
||||
embedding_model:
|
||||
|
||||
Reference in New Issue
Block a user