Skip to content

Commit

Permalink
Update squad_to_dpr.py (#5689)
Browse files Browse the repository at this point in the history
Co-authored-by: Stefano Fiorucci <[email protected]>
  • Loading branch information
sudormrfme and anakin87 authored Aug 30, 2023
1 parent 1a872a7 commit 55b10a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haystack/utils/squad_to_dpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
from haystack.nodes.retriever.base import BaseRetriever
from haystack.lazy_imports import LazyImport

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


Expand Down

0 comments on commit 55b10a3

Please sign in to comment.