Releases: FlowiseAI/Flowise
[email protected]
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
- Improve OpenSearchURL credential storing user and password in separate fields from the URL by @danieldabate in #2549
- adding url to source for all web scrapers by @jaredmcqueen in #2537
- Adding Agentflow Template by @toi500 in #2586
- Searxng Tool implementation by @Getty in #2599
- Fireworks ai chat model by @mingxin0607 in #2596
- add Fireworks LLM by @jiabaow in #2597
Core
- Feature - Env variable to disable ChatFlow reuse by @danieldabate in #2559
- feat(ci): enable
pnpm
caching in CI by @SauravMaheshkar in #2530 - Feature/add status check ping by @HenryHengZJ in #2579
- HTML Embed Chat popup configuration updated by @amansoni7477030 in #2583
- Add data source adapter of MariaDB by @supersonictw in #2595
- Improvement - Reduce size of final docker image with multistage build by @danieldabate in #2598
- gh: refactor community files by @SauravMaheshkar in #2572
- Adding pnpm-store to gitignore by @Getty in #2600
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
- @jaredmcqueen made their first contribution in #2537
- @SauravMaheshkar made their first contribution in #2530
- @erasmo-pinheiro made their first contribution in #2563
- @amansoni7477030 made their first contribution in #2583
- @toi500 made their first contribution in #2586
- @supersonictw made their first contribution in #2595
- @Getty made their first contribution in #2599
- @mingxin0607 made their first contribution in #2596
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.8.2
[email protected]
What's Changed
Nodes
- Added Opensearch credential by @patrickreinan in #2458
- Together AI llms by @jiabaow in #2454
- Update Upstash Logo for White Background by @fahreddinozcan in #2511
- Feat/Exa Search Tool by @HenryHengZJ in #2524
Core
- Chore/upgrade llamaindex version by @vinodkiran in #2440
- Added LOG_JSON_SPACES to control json beautify by @patrickreinan in #2483
- Feature: Support role-based authentication for AWS by @danieldabate in #2470
- Chore/update flowise-embed version on lock file by @HenryHengZJ in #2535
Bugfix
- Bugfix/Regex check for auth middleware by @HenryHengZJ in #2469
- Fix JSON escaping by @mokeyish in #2461
- Bugfix/Use vm2 for chatflow tool by @HenryHengZJ in #2482
- Bugfix/Files not removed when doc store loader is deleted by @HenryHengZJ in #2502
- test validateKey by @jiabaow in #2485
- Bugfix/Restore Requests Tool by @HenryHengZJ in #2513
- Bugfix/Upserting same id with supabase by @HenryHengZJ in #2521
- Bugfix/model list unreachable by @HenryHengZJ in #2522
- Fix for Whisper Error: 'File is not defined' when using Speech to Text by @raffareis in #2526
- Fix JSON escaping (better) by @mokeyish in #2498
- Bugfix/In-mem VS not able to load document by @HenryHengZJ in #2542
New Contributors
- @patrickreinan made their first contribution in #2458
- @jiabaow made their first contribution in #2454
- @danieldabate made their first contribution in #2470
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.8.1
[email protected]
What's Changed
Nodes
- [FEATURE] Added support for LocalAI Speech To Text configuration by @clates in #2376
- Feature/Ability to omit all metadata keys using asterisk by @HenryHengZJ in #2401
- Add new openai model (GPT-4o ) in the assistant and models.json by @AsharibAli in #2402
- Feat/add gemini flash by @HenryHengZJ in #2407
- Feature/Add rpc filter to supabase by @HenryHengZJ in #2425
- feature/Add ChatOllama Function by @HenryHengZJ in #2403
- Feature/lang graph by @HenryHengZJ in #2319
Core
- Use tabler icons react instead of tabler icons package by @ocflowiseai in #2389
- Ignore keys and other secrets by @ocflowiseai in #2409
- Update CONTRIBUTING.md by @ocflowiseai in #2414
- Feature/Multer to s3 by @HenryHengZJ in #2408
- Feature/Add prepend messages to memory by @HenryHengZJ in #2410
Bugfix
- fix CORS issue in .env.example by @Hariharan1828 in #2370
- fix initDatabase function by proper use of await in try catch by @saurabhg22 in #2360
- Automate Docker Image Release Workflow with Updated GitHub Actions by @nstankov-bg in #2379
- Fix streaming not work by @mokeyish in #2396
- Bugfix/Local Models Json by @HenryHengZJ in #2416
- Updated bedrock model list by @QuinnGT in #2426
- Chore/upgrade lc version by @HenryHengZJ in #2422
- Avoid .env packaging into docker images. by @mokeyish in #2451
- BugFix #2386: Double quotes are not escaped, flow crashes by @vinodkiran in #2448
New Contributors
- @Hariharan1828 made their first contribution in #2370
- @saurabhg22 made their first contribution in #2360
- @clates made their first contribution in #2376
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.8.0
[email protected]
What's Changed
- Bugfix/Escape column name on postgres migration indexing by @HenryHengZJ in #2342
- Fixes 2343 CSV error with no text splitter by @automaton82 in #2344
- Bugfix/Credential mandatory field when preview chunks by @HenryHengZJ in #2356
- Bugfix/Save chunk's metadata by @HenryHengZJ in #2366
- Chore/Temporarily disable couchbase by @HenryHengZJ in #2373
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.7.2
[email protected]
What's Changed
Nodes
- Chore/Update Mistral Ver by @HenryHengZJ in #2281
- Add batchSize parameter to Qdrant_VectorStores and QdrantUpsert_Vecto⦠by @mrabbah in #2215
- Upstash Vector Integration by @fahreddinozcan in #2284
- FEATURE: Adding File Upload to Unstructured Loader by @vinodkiran in #2304
- Chore/Pinecone Version Upgrade by @HenryHengZJ in #2310
- Feature/TogetherAI by @HenryHengZJ in #2318
- add couchbase vectore store support by @prajwal-pai77 in #2303
- models.json support for Groq by @ml4den in #2328
Core
- Chore/update docker node version 20 by @HenryHengZJ in #2271
- Feature: Collect contact information from users inside the chatbot by @0xi4o in #1948
- Feature/Add auto sync nodes by @HenryHengZJ in #2307
- Feature/DocumentStore by @vinodkiran in #2106
Bugfix
- Fix for 1869 Issue of Update Crendential by @Naga31 in #2260
- Bugfix/Openai Assistant download path by @HenryHengZJ in #2272
- Bugfix/IP API by @HenryHengZJ in #2283
- Bugfix/Missing Filter for VectorStore to Document by @HenryHengZJ in #2285
- FIX Web Crawler doesn't include search params in URLs by @ahmosman in #2300
- Bugfix/PineconeArgumentError by @HenryHengZJ in #2322
- Bugfix/Sync Nodes by @HenryHengZJ in #2331
- Bugfix/Default file size limit by @HenryHengZJ in #2334
New Contributors
- @Naga31 made their first contribution in #2260
- @mrabbah made their first contribution in #2215
- @fahreddinozcan made their first contribution in #2284
- @ahmosman made their first contribution in #2300
- @prajwal-pai77 made their first contribution in #2303
- @ml4den made their first contribution in #2328
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.7.1
[email protected]
What's Changed
Nodes
- Added bedrock cohere embed model requirements by @QuinnGT in #2207
- Feature: Add pdfUsage parameter setting support to folderFiles by @louyongjiu in #2211
- added llama 3 models to bedrock by @QuinnGT in #2248
- Add Custom Dimensionality Support for OpenAI Embedding Components by @nstankov-bg in #2249
- Feature/OpenAI Assistant V2 by @HenryHengZJ in #2258
- Update unstructured document loaders by @QuinnGT in #2213
Core
- Add Japanese README by @eltociear in #2202
- Optimize
getEndingNodes
by @mokeyish in #2133 - Feature: define a custom error message for allowed domains by @0xi4o in #2194
- Chore/Update langchain version, openai, mistral, vertex, anthropic by @HenryHengZJ in #2180
- Feature/s3 storage by @vinodkiran in #2226
- Add Korean translation in README.md file by @yunho0130 in #2257
- feat(ui): auto proxy backend by @mokeyish in #2238
Bugfix
- Unable to view upsert history dialog, when InMemoryVector Store is used by @vinodkiran in #2182
- Bugfix/MySQL RecordManager Varchar Size by @HenryHengZJ in #2192
- Changing 'Output Schema' to 'Input Schema' by @automaton82 in #2199
- Fix pnpm version for CI by @ocflowiseai in #2204
- Bugfix/Supabase Upserting by @HenryHengZJ in #2210
- Bugfix/speech input on Safari/iOS by @vinodkiran in #1971
- Closes #2228 by @automaton82 in #2229
New Contributors
- @QuinnGT made their first contribution in #2207
- @yunho0130 made their first contribution in #2257
- @nstankov-bg made their first contribution in #2249
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.6.6
[email protected]
What's Changed
Nodes
- Feature/Update csv agent by @HenryHengZJ in #2143
- Feature/Buffer Memory SessionId by @HenryHengZJ in #2111
- Feature/Add topP to Azure by @HenryHengZJ in #2160
- Feature/add max iterations to agents by @HenryHengZJ in #2161
Core
- Chore/consistent services and error handlers by @ocflowiseai in #2101
- Addition of model.json to externalize model-lists and related key-values by @vinodkiran in #2153
- Chore/change models json file path by @HenryHengZJ in #2167
- Feature/externalize model list by @vinodkiran in #2113
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.6.5
[email protected]
What's Changed
Nodes
- Feature: Add BasePath parameter setting support to ChatOpenAI LlamaIndex by @louyongjiu in #2132
Core
- Feature/externalize files from chatflow - do not save as base64 by @vinodkiran in #1976
- UI Improvements by @0xi4o in #1935
Bugfix
- Bugfix/Undefined Flowdata by @HenryHengZJ in #2116
- Bugfix/Add missing TTL implementation for Redis by @HenryHengZJ in #2131
- Code Cleanup - unnecessary document creation in Pinecone and Astra Vector Stores by @vinodkiran in #2124
- Fix: Empty starter prompt creating empty bubbles by @0xi4o in #2139
- Fix: UI issues in credentials dialog and card descriptions by @0xi4o in #2137
- Chore/remove fixed height by @HenryHengZJ in #2142
New Contributors
- @louyongjiu made their first contribution in #2132
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.6.4
[email protected]
What's Changed
Nodes
- Extend Confluence Document Loader to Support Server/Data Center with PAT by @mrkhachaturov in #1998
- Chore/Upgrade llamaindex by @HenryHengZJ in #2017
- Feature/Indexing by @HenryHengZJ in #1802
- Feature/Add gpt4 turbo to assistant by @HenryHengZJ in #2038
- Voyage AI - Credentials, Embeddings and Rerank by @vinodkiran in #2015
- Chore/cohere embed models by @vinodkiran in #2035
Core
- feature: modularized express routes for reusability, testability, composability and performance by @ocflowiseai in #2030
- chore: upgrade langfuse to support metadata and tags by @marcklingen in #2055
Bugfix
- BugFix/Spelling correction in telemetry payload by @vinodkiran in #2001
- Update SqlDatabaseChain.ts by @eltociear in #2004
- bugfix: CSV Agent was overwriting contents when multiple files were u⦠by @vinodkiran in #2002
- Fix #2000 by @emrahtoy in #2021
- bugfix: Dynamo Memory - messageAttributeName by @vinodkiran in #2011
- Bugfix/Postgres migration column type by @HenryHengZJ in #2026
- Bugfix/Avoid hardcoded max tokens by @HenryHengZJ in #2003
- feature/fetch openaiKey via overrideConfig (vars) by @niztal in #2018
- fix: update streaming how-to url by @yavisht in #2037
- bugfix: depreciating chatgpt plugin by @AsharibAli in #2070
- Use mysql2 to fix mysql connection issue for mysql 8 by @zhengcan in #1955
- Bugfix/Add astradb collection name and namespace by @HenryHengZJ in #2071
- Chore/Pin Pinecone dep by @HenryHengZJ in #2036
- Bugfix/Web Scraper Limit by @HenryHengZJ in #2083
- Bugfix/closing mongodb connections by @ocflowiseai in #2085
- fix missing comma upon sql migration query by @niztal in #2095
New Contributors
- @mrkhachaturov made their first contribution in #1998
- @AsharibAli made their first contribution in #2070
- @zhengcan made their first contribution in #1955
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.6.3
[email protected]
What's Changed
Nodes
- Feature/Claude 3 Haiku by @HenryHengZJ in #1958
- Feature/azure open ai image by @vinodkiran in #1970
- Feature/Mistral FunctionAgent by @HenryHengZJ in #1912
- Feature/Custom Tool OverrideConfig by @HenryHengZJ in #1979
- Feature/OpenAI Tool Agent by @HenryHengZJ in #1991
Core
- Feature: Add configuration dialog for chatflow by @0xi4o in #1873
- Enable github workflow pnpm caching by @ocflowiseai in #1951
- Feature/delete backspace by @HenryHengZJ in #1983
- Update autoSyncSingleCommit.yml by @ocflowiseai in #1985
Bugfix
- Bugfix/Update xml output parser by @HenryHengZJ in #1942
- Fix: Faiss vector store throws error when using pnpm by @0xi4o in #1944
- Primary Key name must be unique by @emrahtoy in #1938
- Fix: starter prompts exceeds chat window and cannot be scrolled by @0xi4o in #1941
- Fix: outdated embed version in share chatbot page by @0xi4o in #1957
- Send valid JSON to autosync workflows for multi-line commit messages by @ocflowiseai in #1981
- Fix#1947 by @emrahtoy in #1960
New Contributors
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.6.2