Create cookbook for LlamaIndex Workflow abstraction#138
Create cookbook for LlamaIndex Workflow abstraction#138tituslhy wants to merge 8 commits intoChainlit:mainfrom
Conversation
|
@tituslhy This is great - I was looking into doing this myself and came across your implementation. Have you experimented at all with adding nesting steps with the |
|
Do you mean running a nested workflow or running a nested workflow with chain of thought in chainlit? I've had success with the first but haven't tried the second! |
|
@tituslhy a nested chain of thought within Chainlit using Llamaindex workflows. Similar to the default langchain callback implementation |
|
Ah I'm unable to get it too. Like the nested workflow works but cannot display the steps taken by the internal workflow in the chain of thought. I guess that's ok - don't want to crowd the frontend with too many progress bars too esp if your workflows and nested workflows have many steps. |
This cookbook aims to provide an example of how to use LlamaIndex's latest Workflow abstraction with Chainlit.