The idea is:
create a extract from file node for microsoft word documents, not sure why there isn’t already one
My use case:
when building a rag agent and all the files are in docx. format
I think it would be beneficial to add this because:
I am pulling my hair out trying to get an http request to work
I have resolved the same issue by converting the docx file to a .txt file using execute command and then process it.
there is no execute command node, not sure how you were able to do it.
Looks like the command node is only available on the on-prem version. I was looking for something similar. Were you ever able to come up with a solution, @Daniel_Armstrong?