2.2.2
Added 4
- Add IBM Watsonx embeddings node
- Add dedicated agent memory nodes
- Add Llama 3.3 70B models to groqChat
- Add custom assistant builder
Changed 3
- Update multer path if blob storage path is set
- Bump Pinecone dependency to V4
- Remove app server functions from utils file
Fixed 8
- Fix redis connection being closed
- Fix refresh record manager config
- Fix Milvus search error
- Fix uploaded file type being empty
- Fix node ID replacing existing one
- Fix data source lifecycle on agent memory mysql saver
- Fix SQLite agent memory node
- Prevent open connections on typeorm datasource
What's Changed
Node
- IBM Watsonx embeddings node by @eduardconstantin in https://github.com/FlowiseAI/Flowise/pull/3648
- Feature/Add dedicated agent memory nodes by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/3649
- feat(models): add Llama 3.3 70B models to groqChat by @jeanibarz in https://github.com/FlowiseAI/Flowise/pull/3651
Core
- Chore/Update multer path if blob storage path is set by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/3609
- Chore/Bump Pinecone Dep to V4 by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/3646
- Feature/Custom Assistant Builder by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/3631
- Chore/remove app server functions from utils file by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/3671
Bugfix
- Bugfix/redis connection is closed by @xmaiconx in https://github.com/FlowiseAI/Flowise/pull/3591
- Bugfix/Refresh record manager config by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/3626
- [Bugfix] Milvus search error by @eduardconstantin in https://github.com/FlowiseAI/Flowise/pull/3623
- Bugfix/Uploaded file type is empty by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/3634
- Bugfix/Node ID Replacing Existing One by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/3643
- fix: change data source lifecycle on agent memory mysql saver by @joaopaulo-m in https://github.com/FlowiseAI/Flowise/pull/3578
- Bugfix/SQLite agent memory node by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/3650
- Bugfix/Prevent open connections on typeorm datasource by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/3652
New Contributors
- @xmaiconx made their first contribution in https://github.com/FlowiseAI/Flowise/pull/3591
- @eduardconstantin made their first contribution in https://github.com/FlowiseAI/Flowise/pull/3623
- @joaopaulo-m made their first contribution in https://github.com/FlowiseAI/Flowise/pull/3578
- @jeanibarz made their first contribution in https://github.com/FlowiseAI/Flowise/pull/3651
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@2.2.1...flowise@2.2.2