We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a872a7 commit 55b10a3Copy full SHA for 55b10a3
haystack/utils/squad_to_dpr.py
@@ -75,7 +75,7 @@
75
from haystack.nodes.retriever.base import BaseRetriever
76
from haystack.lazy_imports import LazyImport
77
78
-with LazyImport("Run 'pip instlal farm-haystack[elasticsearch]'") as es_import:
+with LazyImport("Run 'pip install farm-haystack[elasticsearch]'") as es_import:
79
from elasticsearch import Elasticsearch
80
81
0 commit comments