Move singleton to common directory (#10935)

### What problem does this PR solve?

As title

### Type of change

- [x] Refactoring

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2025-11-02 12:24:08 +08:00
committed by GitHub
parent fe4852cb71
commit 6447b737ab
14 changed files with 117 additions and 35 deletions

View File

@ -4,7 +4,7 @@ import pymysql
from urllib.parse import quote_plus
from api.utils.configs import get_base_config
from rag.utils import singleton
from common.decorator import singleton
CREATE_TABLE_SQL = """