feat: competitive intelligence & historical pattern matching layer
This commit is contained in:
@@ -214,6 +214,7 @@ def _resolve_document_type(source_type: str) -> str:
|
||||
"news_api": "article",
|
||||
"filings_api": "filing",
|
||||
"web_scrape": "press_release",
|
||||
"macro_news": "macro_event",
|
||||
}
|
||||
return mapping.get(source_type, "article")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user