diff --git a/dags/hivemind_etl_helpers/notion_etl.py b/dags/hivemind_etl_helpers/notion_etl.py index 057d9472..8cf93211 100644 --- a/dags/hivemind_etl_helpers/notion_etl.py +++ b/dags/hivemind_etl_helpers/notion_etl.py @@ -1,8 +1,8 @@ import copy import logging -from llama_index.core import Document from hivemind_etl_helpers.src.db.notion.extractor import NotionExtractor +from llama_index.core import Document from tc_hivemind_backend.ingest_qdrant import CustomIngestionPipeline