Commit Graph

523 Commits

Author SHA1 Message Date
Henry Heng 83a62011cb Update package.json 2023-07-08 22:35:25 +01:00
Henry Heng 45792665df Update OpenAPIChain.ts 2023-07-08 22:34:46 +01:00
VJSai 6166074e07 Merge branch 'FlowiseAI:main' into main 2023-07-08 18:49:43 +05:30
vjsai 9cda188c73 fixed the issue in init as well 2023-07-08 18:45:18 +05:30
Ong Chung Yau 6a7e378baf Merge pull request #504 from AidanTilgner/bugfix/puppeteer-chromium-not-found
fix: docker should install chromium and puppeteer should be no sandbox
2023-07-08 20:32:14 +08:00
vjsai 0d46c0226e fixed header parsing issue 2023-07-08 18:01:51 +05:30
chungyau97 41346594c6 copy paste chrome fix to root docker file 2023-07-08 19:01:11 +08:00
atilgner 90d7f4472d fix: docker should install chromium and puppeteer should be no sandbox 2023-07-07 12:39:30 -07:00
Henry Heng d9c5abe989 Merge pull request #503 from FlowiseAI/bugfix/ChainToolWithLLMChain
Bugfix/ChainTool with LLMChain
2023-07-07 20:25:59 +01:00
Henry Heng aac1c2eed8 Merge pull request #502 from FlowiseAI/feature/HuggingFace
Feature/Add endpoint to HF
2023-07-07 19:37:00 +01:00
Henry 0923a35683 add endpoint to HF 2023-07-07 17:36:23 +01:00
Henry c54cdd1940 add fix to allow chaintool with llmchain 2023-07-07 16:54:19 +01:00
vjsai 717468a018 Updated appropriate icon for OpenAPIChain 2023-07-07 18:38:22 +05:30
Henry Heng 4dd43fb2c4 Merge pull request #496 from AidanTilgner/feature/nodes-search-qol-updates
Feature/Nodes Search Quality of Life Updates
2023-07-07 12:14:25 +01:00
atilgner ab535e011f feat: added category search and clear search button 2023-07-06 16:41:54 -07:00
vjsai c78ca494f5 Added OpenAPI chain 2023-07-06 18:28:33 +05:30
Henry Heng ab7fdfbca9 Merge pull request #490 from FlowiseAI/bugfix/SQLDBChain
Bugfix/SQLDBChain Streaming
2023-07-06 12:15:32 +01:00
Henry c2dde8bf8f add fix to streaming 2023-07-06 12:02:43 +01:00
Henry c78c74f73d 🥳 flowise@1.2.14 release 2023-07-05 19:34:35 +01:00
Henry d4b299ba32 🥳 flowise-ui@1.2.13 release 2023-07-05 19:29:25 +01:00
Henry 5707c414bd 🥳 flowise-components@1.2.15 release 2023-07-05 19:28:47 +01:00
Henry 1d74473ef3 update deployed as nullable 2023-07-05 18:50:09 +01:00
Henry Heng 8e13912d55 Merge pull request #485 from FlowiseAI/bugfix/SQ_LITE_NOT_NULL
Bugfix/SQLITE_NOT_NULL
2023-07-05 18:42:44 +01:00
Henry 9bca78b66a add nullable to isPublic 2023-07-05 18:27:02 +01:00
Henry 636ad5dc0c add deployed boolean back 2023-07-05 18:14:54 +01:00
Henry Heng 7608d74676 Merge pull request #462 from FlowiseAI/feature/ToolsMarketplace
Feature/Add tools marketplace
2023-07-04 13:42:42 +01:00
Henry Heng 6b1721c7c6 Merge pull request #468 from toshilow/feature/ime_enter
feat: prevent submission during IME composition
2023-07-03 18:19:34 +01:00
Henry 479a6bc7eb update sessionId to optional 2023-07-03 17:59:52 +01:00
Henry Heng 2a48485249 Merge pull request #454 from govind-kumarr/feature/DynamoDb-Integration
Feature/dynamo db integration
2023-07-03 17:35:08 +01:00
toshilow 0ca7e8db01 do not submit during IME composition 2023-07-03 21:28:09 +09:00
Govind Kumar 0efed9d7d4 added dynamo db backed memory 2023-07-02 23:45:42 +05:30
Govind Kumar 83e360619a Merge branch 'main' of https://github.com/govind-kumarr/Flowise into feature/DynamoDb-Integration 2023-07-02 23:04:15 +05:30
Henry Heng 13ad030ea0 Merge pull request #463 from FlowiseAI/feature/Azure
Feature/Azure16k
2023-07-02 01:19:29 +01:00
Henry 2ac229a242 add 16k model to Azure 2023-07-02 00:55:25 +01:00
Henry 1bf8e6785d Merge branch 'main' into feature/ToolsMarketplace 2023-07-02 00:34:31 +01:00
Henry c8ba8e2aee add tools marketplace 2023-07-01 23:59:51 +01:00
Henry Heng 28bed455fb Merge pull request #440 from FlowiseAI/feature/FormatPromptValues
Feature/FormatPromptValues Revamp
2023-07-01 23:59:25 +01:00
Henry 7dda0d19c0 update Gitbook icon 2023-07-01 13:21:40 +01:00
Henry Heng 4cadd7aa37 Merge pull request #455 from govind-kumarr/feature/Gitbook-Integration
added gitBook integration
2023-07-01 13:10:28 +01:00
Henry Heng 40075b12e7 Update README.md 2023-07-01 02:29:11 +01:00
Henry c66c7eadc7 add APIKEY_PATH 2023-06-30 18:31:41 +01:00
Govind Kumar 05d82158c4 Merge branch 'main' into feature/Gitbook-Integration 2023-06-30 22:36:47 +05:30
Govind Kumar 894902ea83 added gitBook integration 2023-06-30 22:33:11 +05:30
Ong Chung Yau 43d62dd322 Merge pull request #450 from FlowiseAI/feature/Zapier
modify whitelistURLs
2023-06-30 22:52:24 +08:00
Govind Kumar 18c1d95212 Merge branch 'main' into feature/DynamoDb-Integration 2023-06-30 19:00:28 +05:30
Govind Kumar bc71e57834 added initial code 2023-06-30 18:58:15 +05:30
Henry 55489c1c77 add blank space 2023-06-30 14:00:57 +01:00
chungyau97 4796d84b50 fix missing public-chatflows in whitelist 2023-06-30 17:37:33 +08:00
chungyau97 7195c588dd Merge branch 'main' into feature/Zapier 2023-06-30 09:30:38 +08:00
chungyau97 0729d0dea3 modify whitelistURLs 2023-06-30 09:18:32 +08:00