1.2.10
Added 16
- LocalAI node
- MakeWebhook node
- HuggingFaceInferenceEmbeddings node
- Conversation chain node
- Prompt for conversationQA chain
- Serper node
- MultiPromptChain node
- MultiRetrievalQAChain node
- ConversationSummaryMemory node
- BufferWindowMemory node
- GET and POST API chain node
- OpenAPIToolkit node
- Child processes support
- Debug mode
- Streaming support
- Authorization for npx and docker installation
Changed 2
- RequestsTools node
- Improve AddNodes click interaction in UI
Fixed 7
- Add BaseChatModel class to LocalAI
- Add missing backslash for curl command
- Add url to chroma
- Cohere API key not found error
- Update chroma and langchain version
- Build docker locally
- ConversationalChain output response
What's Changed
Nodes
- Feature/Add LocalAI by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/123
- Feature/Add MakeWebhook by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/125
- Feature/Update RequestsTools by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/152
- Feature/HuggingFaceInferenceEmbeddings by @chungyau97 in https://github.com/FlowiseAI/Flowise/pull/129
- Feature/Add conversation chain by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/147
- Feature/Add prompt for conversationQA chain by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/158
- Feature/Add Serper by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/166
- Feature/MultiPromptChain by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/171
- Feature/MultiRetrievalQAChain by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/179
- feautre/ConversationSummaryMemory by @chungyau97 in https://github.com/FlowiseAI/Flowise/pull/168
- feature/BufferWindowMemory by @chungyau97 in https://github.com/FlowiseAI/Flowise/pull/159
- Feature/GET and POST api chain by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/197
- feature/OpenAPIToolkit by @chungyau97 in https://github.com/FlowiseAI/Flowise/pull/194
Core
- Feature/Add child processes by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/111
- Feature/Add debug mode by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/126
- Feature/update marketplaces for ConversationalQAChain by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/170
- Feature/Streaming by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/149
- Feature/Add authrorization to npx and docker installation by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/204
UI
- style/Improve AddNodes click by @xianjianlf2 in https://github.com/FlowiseAI/Flowise/pull/162
- Update README.md with star history by @vjsai in https://github.com/FlowiseAI/Flowise/pull/201
Bugfix
- Bugfix/Add BaseChatModel class to LocalAI by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/141
- Bugfix/Add missing backslash for curl by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/145
- Bugfix/Add url to chroma by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/151
- Bugfix/Cohere API key not found by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/165
- Bugfix/Update chroma and langchain version by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/182
- Bugfix/Build docker locally by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/183
- Bugfix/ConversationalChain output response by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/203
New Contributors
- @xianjianlf2 made their first contribution in https://github.com/FlowiseAI/Flowise/pull/162
- @vjsai made their first contribution in https://github.com/FlowiseAI/Flowise/pull/190
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.2.6...flowise@1.2.10