-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create cookbook for LlamaIndex Workflow abstraction #138
base: main
Are you sure you want to change the base?
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.