mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-10 06:43:58 +00:00
rm sklearn from query-classifier.yml (#5796)
This commit is contained in:
parent
c23cac3215
commit
cfc75dfdd5
@ -1,7 +1,7 @@
|
|||||||
loaders:
|
loaders:
|
||||||
- type: loaders.CustomPythonLoader
|
- type: loaders.CustomPythonLoader
|
||||||
search_path: [../../../haystack/nodes/query_classifier]
|
search_path: [../../../haystack/nodes/query_classifier]
|
||||||
modules: ["sklearn", "transformers"]
|
modules: ["transformers"]
|
||||||
ignore_when_discovered: ["__init__"]
|
ignore_when_discovered: ["__init__"]
|
||||||
processors:
|
processors:
|
||||||
- type: filter
|
- type: filter
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user