haystack icon indicating copy to clipboard operation
haystack copied to clipboard

Cannot import name AnswerParser from haystack.nodes

Open demongolem-biz2 opened this issue 1 year ago • 1 comments

Describe the bug AnswerParser not found. Other import from haystack.nodes (i.e. BM25Retriever, FARMReader, PDFToTextConverter, TextConverter) are working just find, but AnswerParser is not present.

Error message ImportError: cannot import name 'AnswerParser' from 'haystack.nodes'

Expected behavior from haystack.nodes import AnswerParser should work

Additional context Add any other context about the problem here, like document types / preprocessing steps / settings of reader etc.

To Reproduce Steps to reproduce the behavior

FAQ Check

System:

  • OS:
  • GPU/CPU:
  • Haystack version 1.12.2:
  • DocumentStore:
  • Reader:
  • Retriever:

demongolem-biz2 avatar Sep 11 '23 16:09 demongolem-biz2