Commit Graph

643 Commits

Author SHA1 Message Date
chungyau97 209b4a6864 Merge branch 'main' into feature/RateLimit 2023-09-09 22:42:49 +08:00
Henry ad8141e078 Apache License 2.0 2023-09-08 11:49:22 +01:00
chungyau97 49f8e796f4 fix UI no data show default value 2023-09-02 15:48:04 +08:00
chungyau97 34dd7a3a3d modify rateLimit data storage 2023-09-02 14:59:33 +08:00
chungyau97 607415c663 add API Configuration UI 2023-09-02 13:28:47 +08:00
Henry Heng 1d2357dab9
Merge pull request #827 from FlowiseAI/feature/Vectara
update langchain version for vectara source
2023-08-25 13:07:17 +01:00
chungyau97 37c2f544bd add handleVectaraMetadata function in UI 2023-08-25 10:10:24 +08:00
Henry 7a1d770b8e add current version 2023-08-24 15:46:14 +01:00
Henry 42e6f060ca 🥳 flowise-ui@1.3.2 release 2023-08-23 14:47:51 +01:00
Henry Heng 405ff72e47
Update README.md 2023-08-17 21:36:40 +01:00
Henry Heng 099e38aac8
Update README-ZH.md 2023-08-17 21:36:20 +01:00
Henry bfa14fb290 Merge branch 'main' into feature/Milvus
# Conflicts:
#	packages/components/package.json
2023-08-17 21:22:05 +01:00
Henry c33a4a78d6 fix source link return host name 2023-08-17 16:15:00 +01:00
Henry 94461025dc add vector to prompt 2023-08-16 01:43:11 +01:00
Henry 17aa6684df 🥳 flowise-ui@1.3.1 release 2023-08-10 12:36:30 +01:00
Henry 68b6d4f30a add override customToolFunc 2023-08-07 01:45:40 +01:00
Henry d208eae868 update UI Chat Message source links 2023-08-03 16:21:48 +01:00
Henry Heng 3cbe16e25f
Merge pull request #671 from FlowiseAI/feature/Hyperlink
add hyperlink
2023-08-03 15:22:26 +01:00
chungyau97 64c0ecb075 add removeDuplicateURL 2023-08-03 18:21:45 +08:00
Henry 5a41993cda add package to devDependency 2023-08-03 01:47:13 +01:00
chungyau97 ef1f16b7aa add hyperlink 2023-08-01 16:20:24 +08:00
Henry Heng 7a3a5fe367
Merge pull request #627 from xiexin12138/feature/i18n
Translate the Readme file into Simplified Chinese
2023-08-01 01:38:32 +01:00
Henry 53cb3c3251 add multi config 2023-07-31 23:18:07 +01:00
Henry d2313a30f9 fix python API 2023-07-30 23:52:41 +01:00
Henry d47835d383 🥳 flowise-ui@1.3.0 release 2023-07-28 17:57:50 +01:00
Henry 05dd23b01d - update marketplaces
- add version to nodes and credentials
- hover over node actions
2023-07-28 15:56:40 +01:00
Henry 61dabbb7da Merge branch 'main' into feature/Credential
# Conflicts:
#	README.md
#	docker/.env.example
#	packages/components/nodes/documentloaders/Notion/NotionDB.ts
#	packages/components/nodes/memory/DynamoDb/DynamoDb.ts
#	packages/components/nodes/memory/MotorheadMemory/MotorheadMemory.ts
#	packages/components/nodes/memory/ZepMemory/ZepMemory.ts
#	packages/components/package.json
#	packages/components/src/utils.ts
#	packages/server/.env.example
#	packages/server/README.md
#	packages/server/marketplaces/chatflows/Conversational Retrieval QA Chain.json
#	packages/server/src/ChildProcess.ts
#	packages/server/src/DataSource.ts
#	packages/server/src/commands/start.ts
#	packages/server/src/index.ts
#	packages/server/src/utils/index.ts
#	packages/server/src/utils/logger.ts
2023-07-27 11:26:34 +01:00
xiexin12138 6c1dff8aa3 My native language is Simplified Chinese, so the i18n process is divided into stages. Currently, the Readme file is being translated into Chinese, and later on, i18next and react-i18next will be used for multilingual support. 2023-07-27 17:21:39 +08:00
Henry bcf3946efb - add refine chain type custom system message
- allow all memory type to conver_re_qa_chain
- fix startsWith undefined where override config file is not passed
- ability to generate new session id when sharing chatbot
2023-07-24 19:11:39 +01:00
Henry c602fdf2dc prevent backspace delete node when dialog opened 2023-07-23 19:00:46 +01:00
Henry 1da012305a add airtable loader 2023-07-21 11:48:21 +01:00
Henry 50e1a5a4ac 🥳 flowise-ui@1.2.15 release 2023-07-18 21:56:01 +01:00
Henry Heng 8d2b9ccb80
Merge pull request #554 from Yongtae723/fix_bug/curl_command
add -H "Content-Type: application/json" in curl command
2023-07-18 19:22:06 +01:00
Henry Heng 50df04d382
Merge pull request #555 from Yongtae723/fix_bug/javascript_command
Refactor API request to include Content-Type header
2023-07-18 19:21:43 +01:00
Yongtae ed0bbe7bb7 revert content type related to form 2023-07-18 15:09:22 +09:00
yejiezhao d03d77d870 fix: bug inputType 2023-07-17 15:40:35 +08:00
Yongtae 6804216c6a Update cURL command with new Content-Type header 2023-07-17 14:11:06 +09:00
Yongtae be49c11f6b Update content-type header to application/x-www-form-urlencoded in APICodeDialog.js 2023-07-17 13:49:16 +09:00
Yongtae 832064634b Refactor API request to include Content-Type header 2023-07-16 18:22:31 +09:00
Yongtae b5a41be7db add -H "Content-Type: application/json" in curl command 2023-07-16 17:59:25 +09:00
Henry d76a47b894 Merge branch 'main' into feature/Credential
# Conflicts:
#	packages/components/src/utils.ts
#	packages/server/src/ChildProcess.ts
2023-07-15 14:30:50 +01:00
Henry 413d654493 add credentials 2023-07-15 14:25:52 +01:00
Henry Heng bb55198563
Merge pull request #333 from vkrm-segta/bug/ChatInput
Bug/chat input
2023-07-15 14:14:23 +01:00
Henry 59a3f7ab66 🥳 flowise-ui@1.2.14 release 2023-07-12 02:40:46 +01:00
Henry Heng 621c0a37ee
Merge pull request #511 from FlowiseAI/feature/ConversationalRetrievalQAChain-Memory
Feature/conversational retrieval qa chain memory
2023-07-09 16:49:54 +01:00
Henry fb28f61f8b add memory option 2023-07-09 16:11:42 +01:00
Vikram Segta 56973754f6 bug/chat input issue 2023-07-08 15:00:47 +05:30
Vikram Segta 7f854753ba
Merge branch 'FlowiseAI:main' into bug/ChatInput 2023-07-08 14:17:58 +05:30
Henry 7e076028df add warning description 2023-07-08 01:55:44 +01:00
atilgner ab535e011f feat: added category search and clear search button 2023-07-06 16:41:54 -07:00
Vikram Segta c74dec7133
Merge branch 'FlowiseAI:main' into bug/ChatInput 2023-07-06 10:33:05 +05:30
Henry d4b299ba32 🥳 flowise-ui@1.2.13 release 2023-07-05 19:29:25 +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
toshilow 0ca7e8db01 do not submit during IME composition 2023-07-03 21:28:09 +09: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 7141401e26 fix bug where share chatflow is not able to open on any other browser 2023-06-29 23:47:20 +01:00
Henry 511c4995e9 format prompt values revamp 2023-06-28 22:59:56 +01:00
Henry e554ac54dd add full page chatbot and react chatbot 2023-06-26 02:37:40 +01:00
Henry 40662b087a add fix 2023-06-24 01:22:39 +01:00
Henry de922e1a71 🥳 flowise-ui@1.2.12 release 2023-06-22 17:30:28 +01:00
Henry 70da39629c add custom tool 2023-06-21 18:31:53 +01:00
Vikram Segta 0084512b39
Merge branch 'FlowiseAI:main' into bug/ChatInput 2023-06-19 21:57:10 +05:30
Henry 567a61ac10 add fontsize and chatflowconfig customization 2023-06-17 23:35:41 +01:00
Vikram Segta 92bbc938c9 bug/Chat input fix 2023-06-15 10:41:06 +05:30
Vikram Segta b16b8c6265 bug/Chat multiline fix 2023-06-15 01:16:51 +05:30
Henry 539e00ff25 🥳 flowise-ui@1.2.11 release 2023-06-14 01:33:20 +01:00
Henry 86ab30510c add openai function calling support 2023-06-14 01:05:37 +01:00
Henry Heng 9809919868
Merge pull request #284 from wangerzi/feature/SupportZepMemoryAndAutoSummary
feature/SupportZepMemoryAndAutoSummary
2023-06-12 22:33:46 +01:00
Jeffrey-Wang fd9d6fcb03 fix: zep memory 2023-06-11 23:30:26 +08:00
Vikram Singh 6d9ed45201 resolved chat horizontal scrolling 2023-06-11 18:44:16 +05:30
Jeffrey-Wang 023967e0c2 feat: unique chat id 2023-06-11 13:14:53 +08:00
Henry 625db721ae 🥳 flowise-ui@1.2.10 release 2023-06-09 17:48:09 +01:00
Henry Heng cc2bcde79b
Merge pull request #280 from govind-kumarr/feature/Support-line-breaks
added line break support in user chat input box
2023-06-09 16:37:30 +01:00
Govind Kumar 24681234e8 changed padding to 15px 2023-06-09 19:47:42 +05:30
Govind Kumar 0b00a02ffb added line break support in user chat input box 2023-06-09 19:13:51 +05:30
Henry b071790a5a add return source documents functioanality 2023-06-08 23:51:34 +01:00
Henry ab00214ec2 update api code dialog for embed chat 2023-06-05 12:47:55 +01:00
Henry 4063b3ab3b add embed code customization 2023-06-05 00:49:22 +01:00
Henry d87808e811 🥳 flowise-ui@1.2.9 release 2023-05-27 21:00:28 +01:00
Henry 0f0d887f78 change USERNAME and PASSWORD to FLOWISE_USERNAME and FLOWISE_PASSWORD to prevent conflict with machine env variables 2023-05-27 20:23:18 +01:00
Henry 8a50fee6b1 🥳 flowise-ui@1.2.7 release 2023-05-27 18:05:31 +01:00
Henry f220754918 🥳 flowise-ui@1.2.6 release 2023-05-26 21:21:05 +01:00
Ong Chung Yau 2968dccd83
Merge pull request #149 from FlowiseAI/feature/Streaming
Feature/Streaming
2023-05-26 09:01:40 +07:00
xianjianlf2 baf638d0c0 style: improve AddNodes click 2023-05-24 11:09:40 +08:00
Henry aac9160a9f add requests tools 2023-05-23 00:01:16 +01:00
Henry 34bfd4c793 lint-fix 2023-05-22 17:52:18 +01:00
Henry 7f3d850bf6 update message scroll 2023-05-22 17:47:57 +01:00
Henry e89785080b enable streaming 2023-05-22 17:16:21 +01:00
Henry 3718563442 add missing backslash for curl 2023-05-22 01:41:05 +01:00
Henry 6773cb0b37 🥳 flowise-ui@1.2.5 release 2023-05-17 17:00:23 +01:00
Ong Chung Yau 9f53111aac
Merge pull request #70 from princepride/bugfix/components-can't-be-clicked-when-zoom-out
Bugfix/components can't be clicked when zoom out
2023-05-15 17:06:12 +07:00
Henry cb9a9a7fbb Merge branch 'main' into feature/Export-Load-Flows 2023-05-14 20:34:11 +01:00
Henry 6ab1ff1062 add functionality to export and load database 2023-05-14 20:33:43 +01:00
Henry Heng 9dc658b850
yarn lint 2023-05-14 19:31:38 +01:00
Henry Heng 71ee226824
Add setTimeout to fix the bug 2023-05-14 19:31:00 +01:00
Henry Heng d411aaf2d8
Fix bug where components unclickable 2023-05-14 19:13:21 +01:00
talha 5fbee51630 marketplace cards text and images overflow fixed 2023-05-14 17:02:30 +05:00
Henry 05bd7bc793 add authorization 2023-05-13 23:10:59 +01:00
Henry f3201aedcb update marketplace 2023-05-12 14:53:08 +01:00
Henry ab875cc1b3 add metadata filter 2023-05-12 13:57:38 +01:00
Henry 08b002949a Merge branch 'main' into feature/API-Config 2023-05-11 18:42:17 +01:00
Henry ee880ff550 🥳 flowise-ui@1.2.4 release 2023-05-11 09:58:36 +01:00
汪志鹏 aca5bd715d
Merge branch 'FlowiseAI:main' into bugfix/components-can't-be-clicked-when-zoom-out 2023-05-10 23:41:23 +08:00
Henry f9f7a1136a add chat embed code 2023-05-10 15:55:17 +01:00
Henry 601b0b0f5b removed flow-config endpoint and resort to just prediction endpoint 2023-05-10 01:06:53 +01:00
Henry Heng 0e715cfd58
Merge pull request #72 from kushu7/bugfix/55-name-issue
fixed bug: chatflow name is being replaced by old name
2023-05-09 13:56:38 +01:00
Henry 9a8a3fc67f 🥳 flowise-ui@1.2.3 release 2023-05-09 00:49:26 +01:00
Rahul kushwaha 2d36ef6b18 fixed bug: chatflow name is being replaced by old name 2023-05-07 01:49:23 +05:30
汪志鹏 9576555c90 fixed bug: if zoom out the browser, the components can't be clicked 2023-05-06 23:59:04 +08:00
Henry 8d3a374257 add api config 2023-05-04 18:44:51 +01:00
Henry 2a98c9510f add API authorization 2023-04-29 18:01:40 +01:00
Henry cc16dbf61d 🥳 flowise-ui@1.2.2 release 2023-04-28 18:03:18 +01:00
Henry e53651a415 add additional params 2023-04-27 23:14:42 +01:00
Henry 0cfa2a3a55 add temporary fix for error message 2023-04-26 23:47:23 +01:00
Henry a513d6183e 🥳 flowise-ui@1.2.1 release 2023-04-22 16:02:33 +01:00
Henry 4c576db1eb add autogpt, readfile and writefile tools 2023-04-22 15:06:13 +01:00
Henry 607fc377ae 🥳 flowise-ui@1.2.0 release 2023-04-21 00:15:41 +01:00
Henry c0ca2757e8 add examples and minZoom 2023-04-20 20:57:17 +01:00
Henry 6439048471 Merge branch 'main' into feature/VectorStore
# Conflicts:
#	packages/components/nodes/agents/MRKLAgentChat/MRKLAgentChat.ts
2023-04-20 19:21:51 +01:00
Henry 33609f8538 Merge branch 'main' into feature/Prompt-Chaining 2023-04-20 19:12:16 +01:00
Henry 69e3832b84 Merge branch 'main' of https://github.com/FlowiseAI/Flowise 2023-04-20 19:10:00 +01:00
Henry 3428f6a893 add maxScroll to chatmessage 2023-04-20 19:09:47 +01:00
Henry d5b6511974 add api dialog 2023-04-20 14:49:43 +01:00
Henry 503386c074 add vector stores 2023-04-20 10:11:55 +01:00
Henry 27e026d943 add baseClasses for outputs 2023-04-20 00:46:33 +01:00
Henry 94e71b22e2 Merge branch 'main' into feature/Prompt-Chaining 2023-04-19 22:28:44 +01:00
Henry 2a04c8baea Merge branch 'main' into feature/ChatGPT-Plugin 2023-04-19 10:29:00 +01:00
Henry 17207e01db add format prompt values to prompt template 2023-04-18 23:27:05 +01:00
Henry a6a0974a6e Merge branch 'main' into feature/Chain-Prompt 2023-04-18 10:14:00 +01:00
Henry Heng f938ee7b4b
Fix yarn lint 2023-04-18 00:03:45 +01:00
Henry eb3897b042 add fix to chat message scroll 2023-04-17 22:12:12 +01:00
Henry 180990b025 clear connected input if node/edge is removed 2023-04-17 20:33:32 +01:00
Henry ed81dc228f add aiplugintools 2023-04-17 20:26:57 +01:00
Henry 4b9c39cf54 Add feature to be able to chain prompt values 2023-04-16 23:17:08 +01:00
Henry c437c17505 🥳 flowise-ui@1.1.0 release 2023-04-13 20:28:33 +01:00
Henry 9281b57ef1 - update LangchainJS version
- add types & interfaces

- small ui bug fix

- update marketplace files
2023-04-13 18:32:00 +01:00
Henry 2831526c72 update README 2023-04-10 20:29:55 +01:00
Henry c576ea5b67 Add marketplaces 2023-04-10 17:47:25 +01:00
Henry 58e06718d1 Add more nodes for agents, loaders 2023-04-10 13:56:44 +01:00
Henry 05c86ff9c5 Initial push 2023-04-06 22:17:34 +01:00