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

@ -19,7 +19,7 @@ from botocore.exceptions import ClientError
from botocore.config import Config
import time
from io import BytesIO
from rag.utils import singleton
from common.decorator import singleton
from rag import settings