1.2.11
Added 7
- Add Faiss node
- Add NotionDB node
- Add Confluence Document Loader node
- Add basePath configuration option to support OpenAI mirror
- Return SourceDocuments from chains
- Add embed chat customization options in UI
- Add line break support in user chat input box
Fixed 4
- Fix AzureOpenAIEmbedding error
- Check nodeModule.nodeClass is not undefined before initialization
- Fix UnexpectedTokenInJSONError
- Fix invalid prompt schema validation
What's Changed
Nodes
- Feature/Add Faiss by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/257
- Feature/Add NotionDB by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/213
- Feature/Add Confluence Document Loader by @neerajkrbansal1996 in https://github.com/FlowiseAI/Flowise/pull/231
- Add basePath configuration option to support OpenAI mirror by @try-to-fly in https://github.com/FlowiseAI/Flowise/pull/264
Core
- Feature/Update README by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/212
- CI: add build docker test by @ewfian in https://github.com/FlowiseAI/Flowise/pull/258
- Feature/Return SourceDocuments by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/274
UI
- Feature/Embed Chat Customization by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/253
- added line break support in user chat input box by @govind-kumarr in https://github.com/FlowiseAI/Flowise/pull/280
Bugfix
- bugfix/AzureOpenAIEmbeddingError by @chungyau97 in https://github.com/FlowiseAI/Flowise/pull/215
- [server] check
nodeModule.nodeClassis not undefined before trying to intialize by @yaredtsy in https://github.com/FlowiseAI/Flowise/pull/252 - bugfix/UnexpectedTokenInJSONError by @chungyau97 in https://github.com/FlowiseAI/Flowise/pull/259
- Bugfix/Invalid Prompt Schema by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/277
New Contributors
- @neerajkrbansal1996 made their first contribution in https://github.com/FlowiseAI/Flowise/pull/231
- @yaredtsy made their first contribution in https://github.com/FlowiseAI/Flowise/pull/252
- @ewfian made their first contribution in https://github.com/FlowiseAI/Flowise/pull/258
- @try-to-fly made their first contribution in https://github.com/FlowiseAI/Flowise/pull/264
- @govind-kumarr made their first contribution in https://github.com/FlowiseAI/Flowise/pull/280
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.2.10...flowise@1.2.11