Skip to content

Releases: FlowiseAI/Flowise

[email protected]

23 Jul 14:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@2.0.1

[email protected]

22 Jul 23:12
Compare
Choose a tag to compare

Introducing Flowise v2.0 and Sequential Agentic Workflow

The new agentic workflow allows you to:
• Chain agents together
• Loopback mechanisms
• Human-in-the-Loop
• Conditional branches

7 examples to help you get started with agentic workflows:

  • Agentic RAG: A self-improving RAG that checks the relevance of retrieved documents to the user's question. If the documents are found to be irrelevant, the agent will rephrase the question and loop back to retrieve a new set of documents until they pass the relevance score.
AgenticRAG-ezgif.com-crop-video.mp4
  • Human in the Loop: Enable the agent to pause at specific stages and request human approval before continuing, which is useful for preventing the agent from autonomously executing sensitive operations.
HITL-2.mp4
  • Plan & Execute Agent: Similar to BabyAGI and AutoGPT, agent will first come up with a multi-step plan, and then go through that plan one item at a time. After accomplishing a particular task, plan is then revisited and modified as appropriate.
PLAN2-ezgif.com-crop-video.mp4
  • Support Routing Assistant: A customer support assistant that can route to specific agent teams to resolve user queries. For this example: frontline support can engage in conversations with users or direct them to the billing or technical team for further assistance.
SupportRouting-ezgif.com-crop-video.mp4
  • Reflection Agent is able to review its past actions and use the information for downstream tasks. In this scenario, a writer creates an essay, which is then graded by a teacher. This loop continues for several iterations.
Essay-ezgif.com-crop-video.mp4
  • Branches out, Merge back in. One of the cool things we can do is create branches for parallel execution, and be able to merge it back into one node, in other words - fan out, fan in.
branches-ezgif.com-crop-video.mp4
  • Hierarchical Teams. Develop multiple agents from the ground up. You can also create sub-teams with top-level supervisor, complemented by mid-level supervisors, forming a hierarchical multi agents!
multi-ezgif.com-crop-video.mp4

Changelog

New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@2.0.0

[email protected]

15 Jul 15:14
78e60e2
Compare
Choose a tag to compare

What's Changed

Nodes

Core

Bugfix

New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.8.4

[email protected]

26 Jun 13:03
d0354bb
Compare
Choose a tag to compare

What's Changed

Nodes

Core

Bugfix

New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.8.3

[email protected]

11 Jun 21:41
5e4d640
Compare
Choose a tag to compare

Breaking Change for Docker

In v1.8.2, we updated the Dockerfile to use manual build steps, and from using command to entrypoint. See #2563
There might be error if you are running docker compose command using old Dockerfile:

cd Flowise/docker
docker compose down
docker compose up -d

User will need to update their existing repo to get the latest Dockerfile:

cd Flowise
git pull
cd docker
docker compose down
docker compose up -d

What's Changed

Nodes

Core

Bugfix

  • Fix OpenSearch vector store upsert by @danieldabate in #2545
  • Bugfix/Disable output prediction from llmchain streaming by @HenryHengZJ in #2543
  • Bugfix/Avoid passing runnable assign when worker agent has no input variables by @HenryHengZJ in #2550
  • Bugfix/Check for proper thread id and avoid throwing error by @HenryHengZJ in #2551
  • Bugfix/supabase upsert ids by @HenryHengZJ in #2561
  • adding a document loader returns the correct id by @jaredmcqueen in #2538
  • Bugfix/get rid of double quotes when replacing variable value by @HenryHengZJ in #2577
  • fix: Change the CMD flowise command in Dockerfile to be the same as in the document by @erasmo-pinheiro in #2563
  • Bugfix - JS function "execute" from node crashing the frontend and response is hidden by @danieldabate in #2589
  • Bugfix - Add x-forwarded-proto as source for http protocol for base url and add base url field to ChatflowTool by @danieldabate in #2592
  • fix totalChars accumulator for undefined pageContent by @jaredmcqueen in #2619

New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.8.2

[email protected]

31 May 23:13
6a58ae4
Compare
Choose a tag to compare

What's Changed

Nodes

Core

Bugfix

New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.8.1

[email protected]

21 May 15:49
8ebc4dc
Compare
Choose a tag to compare

What's Changed

Nodes

Core

Bugfix

New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.8.0

[email protected]

09 May 13:34
96d4ab6
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.7.2

[email protected]

06 May 17:07
80f24ac
Compare
Choose a tag to compare

What's Changed

Nodes

Core

Bugfix

New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.7.1

[email protected]

25 Apr 20:30
7360d1d
Compare
Choose a tag to compare

What's Changed

Nodes

Core

Bugfix

New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.6.6