jina-ai / faq

Apache License 2.0
2 stars 0 forks source link

How to return some data for a flow, and the data is Irrelevant with any input docs? #5

Open alt-shreya opened 2 years ago

alt-shreya commented 2 years ago

For example, the case, to tell the flow run a index rebuildng and return the result. In this case, the input is not a doc, but a account and token for authing. The original data will be read from a RDB, so no real data is needed for the request.