1.2.13
Added 12
- Add OpenAI function calling support
- Add 16k model
- Add puppeteer loader node
- Add Subtitles Loader Integration
- Add LatexTextSplitter Integration
- Add Figma loader integration
- Add playwright nodes
- Add CodeSplitter
- Add JSON Lines loader
- Add EmbedChat Customization
- Add DB_PATH environment variable
- Add CustomTool
Changed 1
- Upgrade AzureOpenAIEmbeddingInput
Fixed 4
- Fix MultiRetrieval and Prompt Streaming
- Add legacy option to PDF loader
- Fix PUPPETEER_SKIP_DOWNLOAD
- Fix First Message Not Found error
What's Changed
Nodes
- Feature/Add openai function calling support by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/316
- Feature/Add 16k model by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/331
- feat: added puppeteer loader node by @AidanTilgner in https://github.com/FlowiseAI/Flowise/pull/314
- Feature: Subtitles Loader Integration by @govind-kumarr in https://github.com/FlowiseAI/Flowise/pull/324
- LatexTextSplitter Integration #226 by @Pravesh-mansharamani in https://github.com/FlowiseAI/Flowise/pull/334
- Figma loader integration #225 by @Pravesh-mansharamani in https://github.com/FlowiseAI/Flowise/pull/341
- feat: add playwright nodes by @disflyer in https://github.com/FlowiseAI/Flowise/pull/327
- upgrade/AzureOpenAIEmbeddingInput by @chungyau97 in https://github.com/FlowiseAI/Flowise/pull/344
- Feature/CodeSplitter by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/347
- Feature/JSON Lines loader by @ivalkshfoeif in https://github.com/FlowiseAI/Flowise/pull/388
Core
- Feature/EmbedChat Customization by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/359
- Feature/Add DB_PATH by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/393
- Feature/Add CustomTool by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/387
Bugfix
- Bugfix/MultiRetrieval and Prompt Streaming by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/323
- Bugfix/pdf loader add legacy option by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/322
- bugfix/PUPPETEER_SKIP_DOWNLOAD by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/350
- Bugfix/First Message Not Found by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/354
New Contributors
- @AidanTilgner made their first contribution in https://github.com/FlowiseAI/Flowise/pull/314
- @Pravesh-mansharamani made their first contribution in https://github.com/FlowiseAI/Flowise/pull/334
- @disflyer made their first contribution in https://github.com/FlowiseAI/Flowise/pull/327
- @ivalkshfoeif made their first contribution in https://github.com/FlowiseAI/Flowise/pull/388
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.2.12...flowise@1.2.13