Skip to content

Commit

Permalink
remove fetch_from_http function
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed May 7, 2024
1 parent 3c2a4fe commit d86363b
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 488 deletions.
84 changes: 17 additions & 67 deletions README.md

Large diffs are not rendered by default.

76 changes: 0 additions & 76 deletions examples/basic_faq_pipeline.py

This file was deleted.

79 changes: 0 additions & 79 deletions examples/basic_qa_pipeline.py

This file was deleted.

41 changes: 0 additions & 41 deletions examples/getting_started.py

This file was deleted.

85 changes: 0 additions & 85 deletions examples/hybrid_search_faq_pipeline.py

This file was deleted.

2 changes: 0 additions & 2 deletions haystack/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
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 All @@ -24,4 +23,3 @@
from haystack.utils.early_stopping import EarlyStopping
from haystack.utils.labels import aggregate_labels
from haystack.utils.batching import get_batches_from_generator
from haystack.utils.getting_started import build_pipeline, add_example_data
85 changes: 0 additions & 85 deletions haystack/utils/getting_started.py

This file was deleted.

Loading

0 comments on commit d86363b

Please sign in to comment.