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

Replace FARM import statements; add dependencies #1492

Merged
merged 29 commits into from
Sep 28, 2021
Merged
Changes from 2 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
158197a
Replace FARM import statements; add dependencies
julian-risch Sep 22, 2021
59cb039
Add latest docstring and tutorial changes
github-actions[bot] Sep 22, 2021
4d48086
Add InferenceProc., TextCl.Proc., TextPairCl.Proc.
julian-risch Sep 23, 2021
566e5fa
Merge branch 'farm_merging_dependencies' of github.com:deepset-ai/hay…
julian-risch Sep 23, 2021
1dab474
Add latest docstring and tutorial changes
github-actions[bot] Sep 23, 2021
bfbbd38
Remove FARMRanker, add type annotations, rename max_sample
julian-risch Sep 23, 2021
4d31195
Add sample_to_features_text for InferenceProc.
julian-risch Sep 23, 2021
d577149
Merge branch 'farm_merging_dependencies' of github.com:deepset-ai/hay…
julian-risch Sep 23, 2021
908f674
Add latest docstring and tutorial changes
github-actions[bot] Sep 23, 2021
5b77873
Fix type annotations: model_name_or_path is str not Path
julian-risch Sep 23, 2021
29c5a61
Merge branch 'farm_merging_dependencies' of github.com:deepset-ai/hay…
julian-risch Sep 23, 2021
a7760bb
Add latest docstring and tutorial changes
github-actions[bot] Sep 23, 2021
23f26f7
Fix mypy errors: implement _create_dataset in TextCl.Proc.
julian-risch Sep 23, 2021
114e5da
Merge branch 'farm_merging_dependencies' of github.com:deepset-ai/hay…
julian-risch Sep 23, 2021
35a3cd8
Correct formatting of comments
julian-risch Sep 23, 2021
0d2aa5f
Remove empty line to prevent line.strip()[0] == "#" IndexError
julian-risch Sep 23, 2021
4cea167
Add task_type "embeddings" in Inferencer
julian-risch Sep 23, 2021
12460b0
Allow loading AdaptiveModel for embedding task
julian-risch Sep 23, 2021
15583f3
Add SQuAD eval metrics; enable InferenceProc for embedding task
julian-risch Sep 23, 2021
23e2d29
Add baskets as param to log_samples
julian-risch Sep 23, 2021
036d655
Handle empty basket list in log_samples
julian-risch Sep 23, 2021
f0eb6ea
Remove unused dependencies
julian-risch Sep 23, 2021
5375ce9
Remove FARMClassifier (doc classificer) due to ref to TextClassificat…
julian-risch Sep 23, 2021
9def673
Merge branch 'master' into farm_merging_dependencies
julian-risch Sep 23, 2021
5590cba
Remove FARMRanker and Classifier from doc generation scripts
julian-risch Sep 23, 2021
7278005
Merge branch 'farm_merging_dependencies' of github.com:deepset-ai/hay…
julian-risch Sep 23, 2021
1711d95
Add latest docstring and tutorial changes
github-actions[bot] Sep 23, 2021
5306b14
Merge branch 'master' into farm_merging_dependencies: Test Refactoring
julian-risch Sep 27, 2021
251e72f
Fix import statements and type annotations
julian-risch Sep 28, 2021
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
1 change: 1 addition & 0 deletions haystack/preprocessor/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import json

from haystack.modeling.data_handler.processor import http_get
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can remove this here.

import requests

from haystack.file_converter.base import BaseConverter
from haystack.file_converter.docx import DocxToTextConverter
Expand Down