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
|
|
@ -119,7 +119,7 @@ async def mine_hard_negatives(
|
|||
|
||||
# Try RAG search for false positives
|
||||
try:
|
||||
from app.rag_service import three_pillar_search
|
||||
from app.domains.intelligence.rag_service import three_pillar_search
|
||||
|
||||
results = await three_pillar_search(
|
||||
query=query,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue