Commit Graph

1817 Commits (b7bb043d3a1dfd9a374ff94cd60fef6baf0ce792)

Author SHA1 Message Date
Ilango b7bb043d3a Fix merge conflicts 2024-03-11 22:56:08 +05:30
Vinod Paidimarry 305a585cf4
Merge pull request #1919 from vinodkiran/BUGFIX/canvas-hidden-params
Bugfix: hidden flag on additionalParams is not taken into account.
2024-03-11 16:39:33 +05:30
Henry Heng 90d40e115f
Merge pull request #1843 from mokeyish/patch-6
Fix the failure to resolve variables for OverrideConfig(Json Object)
2024-03-11 18:59:36 +08:00
Ilango 13ee0d0c7b
Merge pull request #1765 from 0xi4o/feature/allowed-domains
Feature: Allowed domains for chatflows
2024-03-11 16:16:53 +05:30
YISH 5f7efd3b83
Merge branch 'FlowiseAI:main' into patch-6 2024-03-11 18:22:56 +08:00
vinodkiran fd5a34b8ea Bugfix: hidden flag on additionalParams is not taken into account. 2024-03-11 14:29:11 +05:30
Henry 07b4077284 fix json dialog title 2024-03-11 16:24:59 +08:00
Henry Heng 5a8848daa2
Merge pull request #1915 from sirsimonson/bugfix/handle-escape-characters-in-ifelse
fix(utilities): Handle escape characters in ifelse-function node's return value, resolves #1887
2024-03-11 15:48:01 +08:00
Henry Heng 33eb72f58a
Merge pull request #1910 from JoeABCDEF/main
Fixed a bug about conversation dates
2024-03-11 15:47:45 +08:00
vinodkiran 2d208e1f99 Merge branch 'main' into FEATURE/Claude_vision
# Conflicts:
#	packages/components/nodes/agents/ConversationalAgent/ConversationalAgent.ts
#	packages/components/nodes/agents/MRKLAgentChat/MRKLAgentChat.ts
2024-03-11 09:50:33 +05:30
Joe 99e1d043a4
Merge branch 'FlowiseAI:main' into main 2024-03-11 08:46:24 +08:00
Christoph Simon | dotSource SE 8a0af7b446 fix(utilities): Handle escape characters in ifelse-function node's return value, resolves #1887 2024-03-10 18:35:50 +01:00
vinodkiran 20929dbff1 bugfix - fix for inccorect bedrock imports 2024-03-10 21:31:39 +05:30
Joe c9079539ef
Merge branch 'FlowiseAI:main' into main 2024-03-10 10:42:03 +08:00
Octavian FlowiseAI 69e082e29f Add input moderation for all chains and agents 2024-03-09 23:19:39 +01:00
Henry e04cfba7a5 update marketplace template 2024-03-09 19:45:29 +08:00
Joe d98ac8236a Fixed the issue of inconsistent date creation, if the running server and the database are in different regions, the generated date will be inconsistent, and the generated date will be inconsistent 2024-03-09 18:39:56 +08:00
Henry 4b9a7c9b9b revert azure chat openai 2024-03-09 17:28:31 +08:00
Henry 66a83f886a update model typecast 2024-03-09 17:25:56 +08:00
Henry c35eb0b7e5 add separate logic for conversation chain for openai vision 2024-03-09 17:01:22 +08:00
vinodkiran bce7ff9ada refactoring of interface into the common interface.ts file and misc changes 2024-03-08 17:59:54 +05:30
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
vinodkiran 2b0ca60686 lint fixes 2024-03-07 20:09:05 +05:30
automaton82 8c1a68a37e Fix for 1881 sorting for Flowise QnA 2024-03-07 09:15:13 -05:00
vinodkiran 7ab96a4c39 start of changes to AzureOpenAI to support Image uploads 2024-03-07 18:55:47 +05:30
vinodkiran 63b8c23072 Addition of Claude for Image uploads 2024-03-07 18:55:24 +05:30
vinodkiran a2caf3e265 Structural Changes to support expansion to other chat models. 2024-03-07 18:54:36 +05:30
Henry 3b84e718a2 fix isValidAllowedOrigins check and invalid URL 2024-03-07 19:22:33 +08:00
Henry 07503f9be8 add placeholder 2024-03-07 19:08:10 +08:00
Henry 91765c2e7b Merge branch 'main' into feature/allowed-domains 2024-03-07 18:39:46 +08:00
Marc Klingen 214e7c8dc7
upgrade langfuse and add sdkIntegration tag 2024-03-07 02:25:30 +01:00
vinodkiran da43fb7f44 Base changes to enable AzureChatOpenAI for image upload 2024-03-06 12:30:39 +05:30
Henry b643afae3d claude 3 llamaindex 2024-03-06 02:04:11 +08:00
Henry 2df05b3252 add claude 3 and xml agent 2024-03-06 01:05:43 +08:00
Ilango d706ca389f Detect host from list of allowed urls even if they have http/https 2024-03-05 17:23:49 +05:30
Ilango 811a6a0f41 Update allowed domains help text 2024-03-05 17:13:38 +05:30
Ilango 00bc63296b Fix merge conflicts 2024-03-05 17:12:36 +05:30
Ilango afff39e334 Fix merge conflicts 2024-03-05 17:01:08 +05:30
Ilango 54c59024c5 Add chatflow config dialog 2024-03-05 16:25:35 +05:30
Henry 02735a1f1e add image upload bugfix and import deps 2024-03-03 00:42:04 +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
YISH 55b06f0581
Fix the failure to resolve variables for OverrideConfig(Json Object) 2024-03-01 13:38:25 +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 1d0230382b pin MUI dependencies 2024-02-29 15:59:52 +08:00
Ilango 9c10822546 Update stats card text in view messages dialog 2024-02-29 05:10:52 +05:30