Commit Graph

127 Commits

Author SHA1 Message Date
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