broadfield-dev commited on
Commit
8a1ae42
·
verified ·
1 Parent(s): 74f1519

Update rss_processor.py

Browse files
Files changed (1) hide show
  1. rss_processor.py +1 -1
rss_processor.py CHANGED
@@ -13,7 +13,7 @@ logging.basicConfig(level=logging.INFO)
13
  logger = logging.getLogger(__name__)
14
 
15
  # Constants
16
- MAX_ARTICLES_PER_FEED = 5
17
  LOCAL_DB_DIR = "chroma_db"
18
  RSS_FEEDS = rss_feeds.RSS_FEEDS
19
  COLLECTION_NAME = "news_articles" # Explicitly name the collection
 
13
  logger = logging.getLogger(__name__)
14
 
15
  # Constants
16
+ MAX_ARTICLES_PER_FEED = 1000
17
  LOCAL_DB_DIR = "chroma_db"
18
  RSS_FEEDS = rss_feeds.RSS_FEEDS
19
  COLLECTION_NAME = "news_articles" # Explicitly name the collection