refactor(domains): move 15 app-root monoliths into app/domains/ + lazy cloudscraper
This commit is contained in:
parent
25e0891a0d
commit
27184c704d
63 changed files with 145 additions and 136 deletions
|
|
@ -14,7 +14,7 @@ os.chdir("/root/backend")
|
|||
|
||||
import redis.asyncio as redis # noqa: E402
|
||||
|
||||
from app.crypto_embeddings import get_embedder # noqa: E402
|
||||
from app.domains.intelligence.crypto_embeddings import get_embedder # noqa: E402
|
||||
|
||||
CSV_PATH = "/root/tools/dark-collection/sigmod-pnd/Data/Telegram/Labeled/pred_pump_message.csv"
|
||||
REDIS_HOST = os.getenv("REDIS_HOST", "rmi-redis")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue