727 Commits

Author SHA1 Message Date
vinodkiran 826de70c6c MultiModal: addition of live recording... 2023-12-15 13:21:10 +05:30
vinodkiran 333c834698 Merge branch 'main' into FEATURE/env-vars 2023-12-13 22:10:49 +05:30
vinodkiran c609c63f44 MultiModal: start integration of audio input (live recording) for MultiModal. 2023-12-13 22:10:00 +05:30
vinodkiran 1bd1fd5828 MultiModal: Minor adjustments to layout and categorization of node 2023-12-13 10:47:45 +05:30
Henry ebe24da14d Merge branch 'main' into feature/conversation-starters 2023-12-12 22:34:42 +00:00
vinodkiran 790c7eabeb Environment Variables: Validations and minor fixes 2023-12-12 16:20:32 +05:30
vinodkiran c2e97b54ac Environment Variables: Validations and minor fixes 2023-12-12 16:19:52 +05:30
vinodkiran bfa870e56b Environment Variables: injection of variables ($env) into the custom tool and addition of ($flow) object 2023-12-12 12:19:35 +05:30
vinodkiran 1d1bd4f556 Environment Variables: Dashboard along with CRUD Operations on variables. 2023-12-10 22:38:18 +05:30
vinodkiran 1b308a8b54 making the chain multi-modal. now we accept audio and image uploads and can run inference 2023-12-09 22:07:16 +05:30
Henry c26e37a923 🥳 flowise-ui@1.4.3 release 2023-12-09 14:44:01 +00:00
Henry 9a5d5720f9 get rid of credential for langchain hub 2023-12-09 13:49:53 +00:00
Henry 1e5a37ad0f 🥳 flowise-ui@1.4.2 release 2023-12-08 14:16:04 +00:00
vinodkiran 32575828cd GPT Vision: Converting vision into Multi Modal. Base Changes. 2023-12-08 17:21:53 +05:30
vinodkiran 68fbe0ea12 GPT Vision: Vision Chain Node update along with addition of chatid folder on the server side when saving messages. 2023-12-07 22:32:07 +05:30
vinodkiran b492153f8a GPT Vision: Storing filenames only in chat message 2023-12-07 14:26:17 +05:30
Henry Heng 765e914d4c Merge pull request #1319 from vinodkiran/FEATURE/lshub-prompt
Feature/Prompt Fetch from Langsmith Hub
2023-12-06 17:55:08 +00:00
Henry 275540d183 add default limit to 100 2023-12-06 17:39:18 +00:00
vinodkiran 8122377bbb LS Prompt Hub: Minor fixes 2023-12-06 12:53:43 +05:30
vinodkiran dc265eb472 Merge branch 'main' into FEATURE/Vision
# Conflicts:
#	packages/server/src/index.ts
2023-12-06 12:33:56 +05:30
vinodkiran 73f7046316 GPT Vision: Initial implementation of the OpenAI Vision API 2023-12-06 12:31:33 +05:30
Henry d397adb47a avoid button showing up for other systemprompt like conversation chain 2023-12-06 00:30:51 +00:00
Henry 8bdac386a5 Merge branch 'main' into feature/lshub-prompt 2023-12-06 00:12:35 +00:00
Greg L 0ad9b9ae3d - Bring PR current with main branch. 2023-12-05 17:41:03 -05:00
takuabonn 59308665c2 remove_props 2023-12-06 07:32:45 +09:00
Greg L 5bc5378333 Merge branch 'main' of https://github.com/use-the-fork/Flowise into maintenance/vite-pnpm-tsup
# Conflicts:
#	packages/ui/src/layout/MainLayout/Header/ProfileSection/index.jsx
#	packages/ui/src/ui-component/button/FlowListMenu.jsx
#	packages/ui/src/views/chatflows/index.jsx
2023-12-05 17:04:58 -05:00
Greg L 75a2915388 Merge branch 'maintenance/pnpm-vite-jsx' of https://github.com/use-the-fork/Flowise into maintenance/vite-pnpm-tsup
# Conflicts:
#	packages/ui/pnpm-lock.yaml
#	packages/ui/vite.config.js
2023-12-05 17:03:37 -05:00
Henry 264a571abf update UI 2023-12-05 03:01:13 +00:00
takuabonn d3877e76d4 bugfix_console_warning 2023-12-05 09:16:40 +09:00
Henry Heng 1867f9be02 Merge pull request #1326 from automaton82/bugfix/MultipleChatflowListDeleteConfirmDialog
Fixing #1324 by lifting ConfirmDialog up.
2023-12-04 20:25:19 +00:00
Henry 40f8371de9 add llamaindex 2023-12-04 20:04:09 +00:00
automaton82 f60360f3b9 Fixing #1324 by lifting ConfirmDialog up. 2023-12-01 21:07:43 -05:00
automaton82 7df2e3fe6d Fix for issue#1323 - delete duplicate chatflow 2023-12-01 20:23:29 -05:00
vinodkiran acac9ee68d Merge branch 'main' into FEATURE/lshub-prompt
# Conflicts:
#	packages/server/src/index.ts
2023-12-01 10:36:11 +05:30
vinodkiran 619e4c45e1 Merge branch 'main' into FEATURE/lshub-prompt 2023-12-01 10:31:29 +05:30
Henry 674b8996f0 add back accidentally removed about dialog 2023-11-30 16:57:34 +00:00
Henry 77dc7520d7 update wording 2023-11-29 16:17:54 +00:00
Henry 8df93fa789 update chat message layout and fix when first start prompt clicked but not sent 2023-11-29 16:05:59 +00:00
Henry b62a506edb fix where prompt deleted index is not passed correctly 2023-11-29 15:04:24 +00:00
vinodkiran e7583c3036 LS Prompt hub: right side details display changes 2023-11-29 20:16:32 +05:30
Henry 0ee47c2ccf remove import/export database 2023-11-28 16:58:16 +00:00
vinodkiran 549a68d118 Bugfix: UI Fix - left align long chat flow names for consistency. 2023-11-28 20:58:39 +05:30
vinodkiran 0693a8b4ca LS Prompt Hub: Prompt Display and sending back selected prompt to the prompt node 2023-11-28 19:27:39 +05:30
vinodkiran 8897dd9c5f LS Prompt Hub: Moving calls to server side and adding functionality to show the detailed prompt 2023-11-27 22:42:04 +05:30
Henry 4e3f219e2d update readme and vite port 2023-11-27 12:24:11 +00:00
Henry 8ce32179ee add turbo, changes to make it work across docker, docker-compose, npx 2023-11-27 11:56:40 +00:00
vinodkiran 4a3e1784d8 LS Prompt Hub: Initial Commit 2023-11-27 06:06:18 +05:30
Henry 98bdda52d7 Merge branch 'main' into maintenance/pnpm-vite-jsx
# Conflicts:
#	packages/components/package.json
2023-11-24 17:33:01 +00:00
Henry aad9111204 🥳 flowise-ui@1.4.1 release 2023-11-24 17:08:41 +00:00
Henry 0d7b916b86 update models for openai function 2023-11-24 11:55:56 +00:00