leftover from #5580 (#5593)

This commit is contained in:
Massimiliano Pippi 2023-08-18 12:53:40 +02:00 committed by GitHub
parent 7e633c6b0c
commit 011baf492f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ from typing import Optional, List, Union, Dict
from canals.errors import PipelineRuntimeError
from tqdm import tqdm
from haystack.lazy_imports import LazyImport
from haystack.preview.lazy_imports import LazyImport
from haystack.preview import Document, component
with LazyImport("Run 'pip install farm-haystack[preprocessing]'") as langdetect_import: