Commit Graph

1585 Commits

Author SHA1 Message Date
Darien Kindlund e3982476b0 Bumping version 2024-01-04 12:07:25 -05:00
Darien Kindlund e8c85035f2 Made streaming support a configurable option within the AzureChatOpenAI node 2024-01-03 15:25:00 -05:00
Darien Kindlund 28bfd4128a Merge branch 'FlowiseAI:main' into main 2024-01-03 13:40:28 -05:00
Darien Kindlund 66701cec8a Fixing linting issues using 'yarn lint-fix' 2024-01-03 13:35:25 -05:00
Henry Heng 2bd05e1310 Merge pull request #1477 from FlowiseAI/chore/Upgrade-LC-version
Chore/Update LC and Langsmith version
2024-01-03 18:04:30 +00:00
Henry 14aa199878 no message 2024-01-03 17:40:39 +00:00
Henry Heng f1f2f71fe8 Merge pull request #1451 from FlowiseAI/chore/Upgrade-LC-0.0.213
Chore/update langchain version
2024-01-03 16:02:25 +00:00
Henry e513b69e3e 🥳 flowise@1.4.9 bugfix release 2024-01-03 00:54:31 +00:00
Henry Heng 2ebd311016 Merge pull request #1474 from FlowiseAI/bugfix/Credential-Decrypt
Bugfix/Credential Decrypt
2024-01-03 00:44:05 +00:00
Henry 383f612e11 add check for secretkey_path 2024-01-03 00:35:55 +00:00
Darien Kindlund e88859f5d4 Added support for gpt-4 and gpt-4-32k models 2024-01-01 13:33:09 -05:00
Darien Kindlund beefcf1f6e Merge branch 'FlowiseAI:main' into main 2024-01-01 13:28:43 -05:00
Henry 45a42c4404 🥳 flowise-ui@1.4.6 minor release 2023-12-30 23:39:53 +00:00
Henry 8b4793b317 🥳 flowise-components@1.5.0 minor release 2023-12-30 23:39:34 +00:00
Henry 573863ae6c 🥳 flowise@1.4.8 minor release 2023-12-30 23:39:05 +00:00
Darien Kindlund 6006157958 Updated Airtable field exclusion support to use field names instead of field ids 2023-12-30 15:17:33 -05:00
Darien Kindlund 3fb8001907 Added support to exclude specific Airtable Field Ids 2023-12-30 14:13:39 -05:00
Darien Kindlund 0885946bae Merge branch 'FlowiseAI:main' into main 2023-12-30 11:54:33 -05:00
Henry Heng 543c41b5c5 Update ChatMistral.ts 2023-12-30 16:07:05 +00:00
Darien Kindlund 28e32f0ae6 Initial support for Airtable views 2023-12-30 09:46:44 -05:00
Henry Heng 30b27a8b2b Merge pull request #1450 from vinodkiran/BUGFIX/NotionDB-load-empty
Bugfix: Upsert successful, but failed to insert documents
2023-12-30 12:29:54 +00:00
Henry 75b5b33d8d update langchain version 2023-12-30 12:29:00 +00:00
Henry Heng 0f03fe54e3 Merge pull request #1433 from Jaredude/feature/databases-postgres-ssl
Adds ENV boolean flag (DATABASE_SSL) for postgres ssl support
2023-12-30 10:53:25 +00:00
vinodkiran fe0c22255b Bugfix: Upsert successful, but failed to insert documents 2023-12-30 16:17:03 +05:30
Henry Heng da18b6a5c0 Update 1702200925471-AddVariableEntity.ts 2023-12-29 15:17:26 +00:00
Henry Heng 591636f836 Merge pull request #1439 from FlowiseAI/feature/Moderation
Feature/LLM Moderation
2023-12-29 14:55:13 +00:00
Henry Heng b0fa2e2174 Merge pull request #1447 from FlowiseAI/feature/OpenAI-Assistant
Feature/OpenAI Assistant
2023-12-29 14:54:31 +00:00
Henry 8eabd8f0c2 wrap in a try catch block 2023-12-29 13:50:33 +00:00
Henry 5ab2d63de8 only submitting tool outputs when requiresaction 2023-12-29 13:29:24 +00:00
Henry Heng 630d40f867 Merge pull request #1445 from FlowiseAI/feature/OpenAI-Assistant
Feature/OpenAI Assistant
2023-12-29 01:59:33 +00:00
Henry ab556b71cf avoid submitting tool outputs when in_progress 2023-12-29 01:43:30 +00:00
Henry Heng 29f84e2352 Merge pull request #1440 from FlowiseAI/feature/OpenAI-Assistant
Feature/OpenAI Assistant Update
2023-12-28 11:30:27 +00:00
Henry 4f940b0d91 chck for empty string 2023-12-28 02:02:49 +00:00
Henry 85e6fad0aa added input moderation to assistant, prevent app from crashing by using try catch 2023-12-28 01:11:00 +00:00
Henry c9a6622df7 added LLM to moderation to detect similar deny sentences 2023-12-28 01:07:45 +00:00
Jared Tracy 25f43f2a30 includes DATABASE_SSL in other necessary files 2023-12-27 19:07:43 -06:00
Henry Heng 6921967e9d Merge pull request #1422 from FlowiseAI/feature/env-vars
Feature/Env Variables
2023-12-27 21:44:17 +00:00
Henry Heng c88729b129 Merge pull request #1427 from vinodkiran/BUGFIX/PromptHub-Loading
Bugfix: Unncessary load of Prompts on chatflow open.
2023-12-27 20:08:28 +00:00
Henry b6d08268d4 add abstract methods 2023-12-26 16:13:14 +00:00
Henry 5a76076ce4 ability to use flow.input within custom tool 2023-12-26 16:00:46 +00:00
Henry 6306904cfc add missing methods, abstract classes 2023-12-26 15:54:50 +00:00
Jared Tracy 735edab9ae Adds ENV boolean flag (DATABASE_SSL) for postgres ssl support
This is needed if hosting flowise data on a postgres server that requires ssl.
In PostgreSQL v15, the default rds.force_ssl is 1 (on)
2023-12-24 23:02:49 -06:00
Henry Heng e328252662 Update AWSChatBedrock logo 2023-12-23 17:41:43 +00:00
Henry Heng c4b9de2b5b Merge pull request #1431 from abhishekshankr/main
UI/Fix for icon bounding boxes in dark mode
2023-12-23 17:10:03 +00:00
abhishekshankr a763297676 Fixed icons borders 2023-12-23 11:27:32 -05:00
Henry Heng 8836e7c532 Merge pull request #1421 from abhishekshankr/UI/ChatModelLogos
UI/Updated logos for Chatmodels, Embeddings and LLMs
2023-12-22 19:01:19 +00:00
Henry 3126442e67 update variables option 2023-12-22 16:53:20 +00:00
vinodkiran fd90fef94c Bugfix: Unncessary load of Prompts on chatflow open. This fix loads them on dialog open. 2023-12-22 14:50:10 +05:30
Henry Heng 177d1ae0e7 Merge pull request #1424 from FlowiseAI/feature/S3
Feature/update S3 loader
2023-12-22 02:09:46 +00:00
Henry 1a4ead3544 update S3 loader 2023-12-22 01:58:40 +00:00