Skip to content
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

Help in building self improving chains #2611

Closed
gamercoder153 opened this issue Jun 8, 2024 · 4 comments
Closed

Help in building self improving chains #2611

gamercoder153 opened this issue Jun 8, 2024 · 4 comments
Labels
enhancement New feature or request in-work Issue in work

Comments

@gamercoder153
Copy link

I am familiar with most of the flowise. I want the LLM chains to improve over time. For example, if the first chain generates an output, the second chain will review it and decide whether the quality of the output is high or not. After the second chain, there will be an if-else block. If the output of the first chain is of high quality, the if-else block triggers the 'true' chain. If the output is not high quality, false chain is triggered, which will add improvements to the first chain and rerun from the start.

@HenryHengZJ
Copy link
Contributor

coming soon!

@HenryHengZJ HenryHengZJ added enhancement New feature or request in-work Issue in work labels Jun 12, 2024
@gamercoder153
Copy link
Author

@HenryHengZJ waiting for it eagerly

@HenryHengZJ
Copy link
Contributor

now possible via sequential agentic workflow! https://github.com/FlowiseAI/Flowise/releases/tag/flowise%402.0.0

@gamercoder153
Copy link
Author

@HenryHengZJ I'm running flowise on a Debian machine, installed using the command npm install -g flowise. I attempted to update using npm update -g flowise, but it didn't work.

fgdgdfghfh (1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in-work Issue in work
Projects
None yet
Development

No branches or pull requests

2 participants