1.4.6
Added 5
- Boolean flag to enable SSL connection for Redis nodes
- Support for Google Gemini Chat Model, Credential, and Embeddings
- WindowSize input to prevent token exceeded errors
- Mistral model support
- Starter Prompts feature to create predefined prompts for initiating chat dialogue
Changed 2
- Update Bedrock node
- Utilities improvements
Fixed 3
- Check for array query parameter
- Sanitized ampersand handling
- Fix wrong Elasticsearch client setup when using custom URL
What's Changed
Node
- Added boolean flag which enables ssl connection for redis nodes. by @tuxBurner in https://github.com/FlowiseAI/Flowise/pull/1385
- FEATURE/Google Gemini - Support for Chat Model, Credential & Embeddings by @vinodkiran in https://github.com/FlowiseAI/Flowise/pull/1396
- 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
- Add windowSize input to avoid "token exceeded error" by @kzhang-dsg in https://github.com/FlowiseAI/Flowise/pull/1379
- Feature/Add Mistral by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1399
Core
- 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
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
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
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.4.5...flowise@1.4.6