1.4.7
Added 7
- Add boolean flag to enable SSL connection for Redis nodes
- Add windowSize input to avoid token exceeded errors
- Add support for Mistral
- Add IfElse node and logic
- Add Google Gemini support for Chat Model, Credential, and Embeddings
- Add starter prompts feature to create predefined prompts for initiating chat dialogue
- Add custom icons for nodes
Changed 2
- Update Bedrock
- Update Utilities
Fixed 4
- Fix check for array query parameter
- Fix sanitized ampersand handling
- Fix wrong Elasticsearch client setup when using custom URL
- Fix multiple vector upsert
What's Changed
Nodes
- Added boolean flag which enables ssl connection for redis nodes. by @tuxBurner in https://github.com/FlowiseAI/Flowise/pull/1385
- Add windowSize input to avoid "token exceeded error" by @kzhang-dsg in https://github.com/FlowiseAI/Flowise/pull/1379
- Feature/Update bedrock by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1398
- Feature/Utilities by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1397
- Feature/Add Mistral by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1399
- Feature/IfElse node and logic by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1413
- FEATURE/Google Gemini - Support for Chat Model, Credential & Embeddings by @vinodkiran in https://github.com/FlowiseAI/Flowise/pull/1396
Cores
- FEATURE/Starter Prompts: Ability to create a set of predefined prompts to initiate the chat dialogue by @vinodkiran in https://github.com/FlowiseAI/Flowise/pull/1278
- UI/Custom Icons for Nodes by @abhishekshankr in https://github.com/FlowiseAI/Flowise/pull/1407
Bugfix
- Bugfix/Check for array query parameter by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1368
- Bugfix/Sanitized & by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1372
- [BUGFIX/REGRESSION] Fix wrong elastic client setup when use custom URL by @tirongi in https://github.com/FlowiseAI/Flowise/pull/1381
- Bugfix/Multiple Vector Upsert by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1414
New Contributors
- @tuxBurner made their first contribution in https://github.com/FlowiseAI/Flowise/pull/1385
- @kzhang-dsg made their first contribution in https://github.com/FlowiseAI/Flowise/pull/1379
- @abhishekshankr made their first contribution in https://github.com/FlowiseAI/Flowise/pull/1407
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.4.5...flowise@1.4.7