Need help improving the answer result of haystack #3088
-
Hey everyone i got two questions about the results of my chatbot application that i have built with haystack. My haystack setup follows the tutorials and does not have any special customization to it (once i described it another GitHub discussion)). I have 40 plain text documents that are of type explanatory or descriptive. When i query haystack with questions that are definitely answerable and can be found in the text i have two problems:
How do i get higher scores for the answers (without the annotation tool)? And how can i improve the length of the answers (without a GenerativeQA pipeline, or would that in general incorporate more information into the answer, aside from the boilerplate text?)? Best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi @felixriehm , Just to confirm (based on the previous discussions), you now have two pipelines? one for general docs, one for FAQ. |
Beta Was this translation helpful? Give feedback.
Hi @felixriehm ,
Just to confirm (based on the previous discussions), you now have two pipelines? one for general docs, one for FAQ.
Guessing these questions are for the document pipeline. Which retriever (model) and reader (model) are you using currently?