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
|
|
@ -154,7 +154,7 @@ async def ingest_via_api(hacks, dry_run=False):
|
|||
# Method 2: Direct Python import (run inside Docker)
|
||||
# ─────────────────────────────────────────────────────────────
|
||||
async def ingest_direct(hacks, dry_run=False):
|
||||
from app.rag_service import ingest_document
|
||||
from app.domains.intelligence.rag_service import ingest_document
|
||||
|
||||
success = 0
|
||||
failed = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue