diff --git a/pipeline.py b/pipeline.py index 7b1b0ec..c7bdd5f 100644 --- a/pipeline.py +++ b/pipeline.py @@ -37,7 +37,7 @@ ADAPTERS = { } # Default enabled sources -ENABLED_SOURCES = ["github", "arxiv", "reddit", "hackernews", "huggingface", "rss"] +ENABLED_SOURCES = ["github", "arxiv", "reddit", "hackernews", "huggingface"] def init_db(db_path: str, schema_path: str) -> sqlite3.Connection: