Flowise 1.8.2

1.8.2
Added 8
  • Add URL source field to all web scrapers
  • Add Agentflow template
  • Add Searxng tool implementation
  • Add Fireworks AI chat model
  • Add Fireworks LLM
  • Add environment variable to disable ChatFlow reuse
  • Add status check ping feature
  • Add MariaDB data source adapter
Changed 4
  • Updated Dockerfile to use manual build steps and entrypoint instead of command
  • Improve OpenSearch credential storing to use separate fields for user and password instead of embedding in URL
  • Update HTML embed chat popup configuration
  • Reduce size of final Docker image with multistage build
Fixed 8
  • Fix OpenSearch vector store upsert
  • Disable output prediction from llmchain streaming
  • Avoid passing runnable assign when worker agent has no input variables
  • Check for proper thread ID and avoid throwing error
  • Fix Supabase upsert IDs
  • Fix document loader to return the correct ID
  • Remove double quotes when replacing variable value
  • Fix JS function execute from node crashing the frontend and hiding response
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
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.8.1...flowise@1.8.2

View original

Upgraded? How did it go?

Discussion