You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Haystack primitives (data classes like Document, Answer, etc) are one of the basic building block of the library. They are used to carry the data through the pipeline from one node to the other, allowing it to be modular.
These data classes, however, are heavily based on the assumption that the main "content" that they carry is text. This is especially visible in the interaction with document stores in indexing pipelines.
Hello @baregawi! Thank you for volunteering, but this is a very delicate change which needs to be split into subtasks. I need to do some tests myself before planning further.
However, if I identify some tasks that fit well an external contribution I'll tag you in the next days, so you can contribute! Most likely some subtypes indeed will be a good fit, but again, that's a bit early to tell. Stay tuned 😊
Context
Document
,Answer
, etc) are one of the basic building block of the library. They are used to carry the data through the pipeline from one node to the other, allowing it to be modular.AnswerToSpeech
#2584, feat:SpeechToDocument
#2676), this assumption will soon become obsolete.AnswerToSpeech
#2584 (comment) and had to be worked around.Goals
Note
The text was updated successfully, but these errors were encountered: