Commit Graph

2101 Commits (69e082e29faf1a6bb987c564ebc1f7451f55e28f)

Author SHA1 Message Date
Octavian FlowiseAI 69e082e29f Add input moderation for all chains and agents 2024-03-09 23:19:39 +01:00
Henry Heng 6eab5cf681
Merge pull request #1899 from automaton82/BUGFIX-marketplace-sorting
Fix for 1881 sorting for Flowise QnA
2024-03-08 14:25:27 +08:00
automaton82 3fda7973bb Removing semicolons 2024-03-07 09:45:28 -05:00
automaton82 8c1a68a37e Fix for 1881 sorting for Flowise QnA 2024-03-07 09:15:13 -05:00
Henry Heng c16e0ae9d2
Merge pull request #1895 from marcklingen/langfuse-upgrade-and-sdkIntegration
chore: upgrade langfuse and add sdkIntegration tag
2024-03-07 19:43:00 +08:00
Marc Klingen 214e7c8dc7
upgrade langfuse and add sdkIntegration tag 2024-03-07 02:25:30 +01:00
Henry Heng 9dfa259ea5
Merge pull request #1878 from FlowiseAI/feature/Anthropic
Feature/Claude 3 llamaindex
2024-03-06 10:19:42 +08:00
Henry b643afae3d claude 3 llamaindex 2024-03-06 02:04:11 +08:00
Henry Heng e699bbf2a2
Merge pull request #1877 from FlowiseAI/feature/Anthropic
Feature/Claude 3 and XML agent
2024-03-06 01:53:20 +08:00
Henry 2df05b3252 add claude 3 and xml agent 2024-03-06 01:05:43 +08:00
Henry Heng 8c65900bd2
Merge pull request #1856 from FlowiseAI/bugfix/Image-Uploads
Bugfix/add image upload bugfix and import deps
2024-03-03 00:49:58 +08:00
Henry 02735a1f1e add image upload bugfix and import deps 2024-03-03 00:42:04 +08:00
Henry Heng a59d0dc769
Merge pull request #1847 from FlowiseAI/chore/Pin-MongoDB-Version
Chore/Pin Mongodb version
2024-03-01 21:49:15 +08:00
Henry 52dbfc6a4f pin mongodb version 2024-03-01 21:05:21 +08:00
Henry Heng 3834fe7fea
Merge pull request #1820 from mokeyish/patch-5
Feature: Add support for accessing NodeData via json path
2024-03-01 16:41:54 +08:00
Henry Heng c5e0bb94ae
Merge pull request #1814 from mokeyish/patch-3
Fix CustomFunction deserializing escaped JSON strings
2024-03-01 16:41:43 +08:00
Henry Heng 893100bc8a
Merge pull request #1842 from FlowiseAI/feature/MistralAI
Feature/Update chat mistral
2024-03-01 01:24:28 +08:00
Henry d0b20386e5 update chat mistral 2024-02-29 23:07:01 +08:00
YISH a412bcc84e
Update IfElseFunction.ts 2024-02-29 19:34:30 +08:00
Henry 79812a23e4 update openai assistant marketplace template 2024-02-29 19:01:02 +08:00
Henry Heng 3c0b543407
Merge pull request #1840 from FlowiseAI/chore/pin-MUI-dep
Chore/Pin MUI dependencies
2024-02-29 16:08:03 +08:00
Henry 1d0230382b pin MUI dependencies 2024-02-29 15:59:52 +08:00
Henry Heng 90dad9aa0a
Merge pull request #1836 from FlowiseAI/feature/Groq
Feature/Add groq
2024-02-29 12:26:36 +08:00
Henry 43c1d5d017 add groq 2024-02-29 03:12:11 +08:00
Henry c4b9de2ddc 🥳 flowise@1.6.0 2024-02-28 02:29:47 +08:00
Henry 0244216720 🥳 flowise-ui@1.6.0 2024-02-28 02:29:03 +08:00
Henry 78e53ed976 🥳 flowise-components@1.6.2 2024-02-28 01:06:09 +08:00
Ilango bdb93f755d
Merge pull request #1821 from 0xi4o/bug/web-scrapper-ui
Fix: Error Handling in Web Scraper
2024-02-27 13:55:21 +05:30
Ilango 07ce50cbab Add a button to clear all the links 2024-02-27 10:32:59 +05:30
Ilango c123b5f83a Prevent server from crashing when link is empty or invalid 2024-02-27 10:32:29 +05:30
Henry Heng 2d9bf585f3
Merge pull request #1800 from mokeyish/patch-2
Allow default variable values ​​when testing CustomFunction
2024-02-27 12:37:06 +08:00
Henry Heng a134ea85eb
Merge pull request #1419 from vinodkiran/FEATURE/Vision
FEATURE: Add Multi Modal Capabilities to Flowise
2024-02-27 11:58:47 +08:00
Ong Chung Yau 714f82a234
Merge pull request #1740 from ape-nq/bugfix/webscrape-relative-links
use URL constructor to handle all types of links
2024-02-27 11:25:39 +08:00
chungyau97 92bdf1cc51 Merge branch 'main' into bugfix/webscrape-relative-links 2024-02-27 11:13:40 +08:00
YISH b7d01f10a4
Update index.ts 2024-02-27 10:16:55 +08:00
YISH 6a6cfb61fc
Update index.ts 2024-02-27 10:00:09 +08:00
YISH 877c283d07
Feature: Add support for accessing NodeData via json path
Supports `{{<variableNodeId>.data.instance.pathtokey}}`
2024-02-27 09:47:18 +08:00
Henry Heng 89307b13c9
Merge pull request #1760 from getzep/zep-cloud-setup
Zep cloud setup
2024-02-26 23:26:17 +08:00
Henry Heng 850e50689e
Merge pull request #1815 from mokeyish/patch-4
Feature: OverrideConfig allows partial override
2024-02-26 23:25:12 +08:00
Henry 68ac61c95f fix speech to dialog state 2024-02-26 19:14:13 +08:00
Henry Heng bca7e82bf8
Merge branch 'main' into FEATURE/Vision 2024-02-26 15:59:51 +08:00
YISH f1c704cfd1
Feature: OverrideConfig allows partial override 2024-02-26 14:01:24 +08:00
YISH 735425e902
Update CustomFunction.ts 2024-02-26 11:05:29 +08:00
YISH 0521d26c60
Fix CustomFunction deserializing escaped JSON strings 2024-02-26 11:03:35 +08:00
paulpaliychuk 6819d5f66b chore: Revert node names changes + update new node names to correct format 2024-02-24 13:47:53 -05:00
Henry Heng 2290ba9cc0
Merge pull request #1786 from Jaredude/bug/nodespool-file-map-error-handling
handles scenario where NodesPool require call fails
2024-02-24 17:12:21 +08:00
Henry b884e93ba2 fix speech to text dialog credential, fix url changed when clicked settings menu item 2024-02-24 15:39:07 +08:00
Henry Heng 6247b678a8
Merge pull request #1803 from FlowiseAI/chore/Langsmith
Chore/Update langsmith version
2024-02-24 13:01:35 +08:00
Henry 46c32693ad update langsmith version 2024-02-24 02:25:07 +08:00
Ilango e55975ec7f Revert useEffect in async dropdown and input components 2024-02-23 18:40:58 +05:30