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
I was thinking that it could be good to choose different custom document processors when adding documents. This could be done by (almost) not touching norch code.
Could be done by adding the document processors as dependencies in package.json and then calling them from command line:
Here a twitter document processor is inserted before it's added to the index.
curl -X POST -p twitterPipeline -d @justTen.str http://localhost:3030/add
The text was updated successfully, but these errors were encountered:
Ah, nice!
A little unclear issue. I was also thinking of when the post request comes from i.e. Zapier and I can only rely on the regular /add functionality. A way to get Norch to choose one of a set of custom pipelines is what I'm looking for.
I was thinking that it could be good to choose different custom document processors when adding documents. This could be done by (almost) not touching norch code.
Could be done by adding the document processors as dependencies in package.json and then calling them from command line:
Here a twitter document processor is inserted before it's added to the index.
curl -X POST -p twitterPipeline -d @justTen.str http://localhost:3030/add
The text was updated successfully, but these errors were encountered: