Refactor: move some functions out of api/utils/__init__.py (#10216)

### What problem does this PR solve?

Refactor import modules.

### Type of change

- [x] Refactoring

---------

Signed-off-by: jinhai <haijin.chn@gmail.com>
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2025-09-25 18:04:49 +08:00
committed by GitHub
parent 3a831d0c28
commit b0b866c8fd
12 changed files with 302 additions and 265 deletions

View File

@ -3,7 +3,7 @@ import logging
import pymysql
from urllib.parse import quote_plus
from api.utils import get_base_config
from api.utils.configs import get_base_config
from rag.utils import singleton