Skip to content

Commit 55b10a3

Browse files
sudormrfmeanakin87
andauthored
Update squad_to_dpr.py (#5689)
Co-authored-by: Stefano Fiorucci <[email protected]>
1 parent 1a872a7 commit 55b10a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haystack/utils/squad_to_dpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
from haystack.nodes.retriever.base import BaseRetriever
7676
from haystack.lazy_imports import LazyImport
7777

78-
with LazyImport("Run 'pip instlal farm-haystack[elasticsearch]'") as es_import:
78+
with LazyImport("Run 'pip install farm-haystack[elasticsearch]'") as es_import:
7979
from elasticsearch import Elasticsearch
8080

8181

0 commit comments

Comments
 (0)