Skip to content

Commit

Permalink
add fetch_archive_from_http to utils/__init__.py (#7813)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 authored Jun 6, 2024
1 parent ae42bfa commit 0cae52e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haystack/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from haystack.utils.reflection import args_to_kwargs
from haystack.utils.requests_utils import request_with_retry
from haystack.utils.preprocessing import convert_files_to_docs, tika_convert_files_to_docs
from haystack.utils.import_utils import fetch_archive_from_http
from haystack.utils.cleaning import clean_wiki_text
from haystack.utils.doc_store import launch_es, launch_opensearch, launch_weaviate, stop_opensearch, stop_service
from haystack.utils.deepsetcloud import DeepsetCloud, DeepsetCloudError, DeepsetCloudExperiments
Expand Down

0 comments on commit 0cae52e

Please sign in to comment.