I am using an OpenSearchDocumentStore to store my data an feed it to my Haystack pipeline, the data includes uuids and other information, that are not relevant for the prediction but need to stack in the DocumentStore (I was told). Now I wonder if there is a way or need to specify a special Inputtext “column” for the retriever and
Tag: nlp-question-answering
Chatbot that will answer from the given Information/Documents
I want to make a chatbot that will answer the questions based on the given document. E.g, if I have hundreds of documents and I want to get some information from it but don’t know which information is on which line of the page so I have to spend some time and effort to search. I want a chatbot that