Skip to content

Commit c1f5c0b

Browse files
committed
fix: passing through the llama-index imports!
1 parent cc9e4b0 commit c1f5c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hivemind_etl/activities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import logging
22
from typing import Any
33
from temporalio import activity, workflow
4-
from llama_index.core import Document
54

65
with workflow.unsafe.imports_passed_through():
76
from hivemind_etl.website.module import ModulesWebsite
87
from hivemind_etl.website.website_etl import WebsiteETL
8+
from llama_index.core import Document
99

1010
logging.basicConfig(level=logging.INFO)
1111
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)