Cant use the haystack.reader function #6158
Unanswered
horyekhunley
asked this question in
Questions
Replies: 1 comment
-
Hello! I have some doubts about your setup:
In any case, this tutorial can guide you through installing and creating an Extractive Question Answering Pipeline. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to build a chatbot and i have both farm-haystack and haystack installed in my python environment, however when I run this:
`
from haystack.reader.farm import FARMReader
from haystack.retriever.sparse import BM25Retriever
reader = FARMReader()
retriever = BM25Retriever(document_store=answers_df, reader=reader)`
I keep getting the error: ModuleNotFoundError: No module named 'haystack.reader'
Beta Was this translation helpful? Give feedback.
All reactions