mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 15:31:05 +08:00
fix(connector_service): add TIMEZONE setting and correct interval log… (#14446)
### What problem does this PR solve? ### Type of change - [v] Bug Fix (non-breaking change which fixes an issue) Co-authored-by: wiratama <dafa.wiratama@bankraya.co.id>
This commit is contained in:
@@ -43,6 +43,8 @@ import memory.utils.es_conn as memory_es_conn
|
||||
import memory.utils.infinity_conn as memory_infinity_conn
|
||||
import memory.utils.ob_conn as memory_ob_conn
|
||||
|
||||
TIMEZONE = os.getenv("TZ", "Asia/Shanghai")
|
||||
|
||||
LLM = None
|
||||
LLM_FACTORY = None
|
||||
LLM_BASE_URL = None
|
||||
|
||||
Reference in New Issue
Block a user