Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove fetch_from_http function #7657

Merged
merged 5 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading