5 lines
225 B
Python
5 lines
225 B
Python
"""
|
|
AI Processor for extracting facts from articles and preparing them for embedding.
|
|
This module handles the intelligent processing of news articles to extract structured facts
|
|
that can be used for querying and analysis.
|
|
""" |