Multiple pipeline manifests in the same application folder
Closed this issue · 0 comments
ddieruf commented
I don't think the documentation takes multiple modules in the same application, at all. Refer to the webcrawler example for more on this.
Notice there are 3 pipeline manifests (chatbot.yaml, crawler.yaml, write-to-astra.yaml). When you put multiple manifests in the same "application" folder, LangStream will create a single application with multiple modules. Each module is a pipeline of agent steps.
This should be explained in the pipelines page.