Spaces:
Sleeping
Sleeping
ingestor fix
Browse files
src/components/orchestration/nodes.py
CHANGED
|
@@ -10,7 +10,7 @@ import json
|
|
| 10 |
from typing import TYPE_CHECKING
|
| 11 |
from langchain_core.documents import Document
|
| 12 |
from .telemetry import extract_retriever_telemetry
|
| 13 |
-
from components.ingestor.
|
| 14 |
|
| 15 |
# Assuming these Type definitions are available from state.py and retriever_orchestrator.py
|
| 16 |
if TYPE_CHECKING:
|
|
|
|
| 10 |
from typing import TYPE_CHECKING
|
| 11 |
from langchain_core.documents import Document
|
| 12 |
from .telemetry import extract_retriever_telemetry
|
| 13 |
+
from components.ingestor.ingestor import process_document
|
| 14 |
|
| 15 |
# Assuming these Type definitions are available from state.py and retriever_orchestrator.py
|
| 16 |
if TYPE_CHECKING:
|