1.3.0
Added 10
- Add SingleStore upsert and existing node
- Add Notion Loader node
- Add AirtableLoader node
- Add API DocumentLoader node
- Add CSVAgent node
- Add AirtableAgent node
- Add Hyde retriever
- Add credential feature
- Add multi-database support
- Add UI node delete functionality
Fixed 8
- Fix server watch
- Fix HuggingFace embeddings
- Fix system message handling for different chain types
- Fix startsWith undefined error
- Fix escape character handling
- Fix OpenAI top_p parameter
- Remove curly brackets in loaded document text
- Fix typo in ChildProcess.ts
What's Changed
Nodes
- Add singlestore upsert and existing by @apeng-singlestore in https://github.com/FlowiseAI/Flowise/pull/540
- Feature/Update Notion Loader by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/591
- Feature/AirtableLoader by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/590
- Feature/API DocumentLoader by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/592
- Feature/CSVAgent by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/595
- Feature/AirtableAgent by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/600
- Add Hyde retriever by @Yongtae723 in https://github.com/FlowiseAI/Flowise/pull/613
Core
- Feature/Credential by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/547
- Feature/flowise multi database support by @atishamte in https://github.com/FlowiseAI/Flowise/pull/575
- Feature/UI-Node-Delete by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/603
- Fix: server watch by @comey246 in https://github.com/FlowiseAI/Flowise/pull/589
Bugfix
- Bugfix/HF Embeddings by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/583
- Bugfix/SystemMessage For Different Chain Type by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/580
- Bugfix/StartsWith Undefined by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/611
- Bugfix/HandleEscapeChar by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/612
- Bugfix/OpenAITopP by @chungyau97 in https://github.com/FlowiseAI/Flowise/pull/617
- remove curly bracket in loaded document text by @chungyau97 in https://github.com/FlowiseAI/Flowise/pull/624
- Fix typo in ChildProcess.ts by @eltociear in https://github.com/FlowiseAI/Flowise/pull/630
New Contributors
- @apeng-singlestore made their first contribution in https://github.com/FlowiseAI/Flowise/pull/540
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.2.16...flowise@1.3.0