1.2.15
Added 7
- Add endpoint to Hugging Face
- Add OpenAPIChain node
- Add WebCrawl node
- Add conversational retrieval QA chain memory
- Add support for OpenSearch
- Add Motorhead Memory node
- Add winston logging
Changed 5
- Update Zep memory node
- Update Claude v2
- Improve nodes search quality of life
- Modify options and password API config
- Add component level logging
Fixed 5
- Fix SQLDBChain streaming
- Fix ChainTool with LLMChain
- Fix Docker Chromium installation and Puppeteer sandbox configuration
- Fix Hugging Face endpoint
- Update message schema
What's Changed
Nodes
- Feature/Add endpoint to HF by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/502
- Added OpenAPIChain by @vjsai in https://github.com/FlowiseAI/Flowise/pull/491
- feature/WebCrawl by @chungyau97 in https://github.com/FlowiseAI/Flowise/pull/480
- Feature/conversational retrieval qa chain memory by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/511
- Added support for OpenSearch by @vjsai in https://github.com/FlowiseAI/Flowise/pull/512
- Feature/Motorhead Memory by @ivalkshfoeif in https://github.com/FlowiseAI/Flowise/pull/495
- Feature/Update Zep memory node by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/521
- Feature/Update claude v2 by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/524
Cores
- Feature/Nodes Search Quality of Life Updates by @AidanTilgner in https://github.com/FlowiseAI/Flowise/pull/496
- Added winston logging by @matthias in https://github.com/FlowiseAI/Flowise/pull/469
- modify options and password api config by @chungyau97 in https://github.com/FlowiseAI/Flowise/pull/510
- Feature/Log Component Level by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/518
Bugfix
- Bugfix/SQLDBChain Streaming by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/490
- Bugfix/ChainTool with LLMChain by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/503
- fix: docker should install chromium and puppeteer should be no sandbox by @AidanTilgner in https://github.com/FlowiseAI/Flowise/pull/504
- Bugfix/add fix to HF endpoint by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/508
- Bugfix/Update Message Schema by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/516
New Contributors
- @matthias made their first contribution in https://github.com/FlowiseAI/Flowise/pull/469
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.2.14...flowise@1.2.15