rm sklearn from query-classifier.yml (#5796)

This commit is contained in:
Stefano Fiorucci 2023-09-13 15:03:22 +02:00 committed by GitHub
parent c23cac3215
commit cfc75dfdd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
loaders:
- type: loaders.CustomPythonLoader
search_path: [../../../haystack/nodes/query_classifier]
modules: ["sklearn", "transformers"]
modules: ["transformers"]
ignore_when_discovered: ["__init__"]
processors:
- type: filter