Flowise/packages/server/src
Ong Chung Yau 95b2cf7b7f
Feature/extract import all (#2796)
* use existing route to get all chatflows

* add export all chatflows functionality

* add read exported all chatflows json file functionality

* add save chatflows functionality in server

* chore rename saveChatflows to importChatflows and others

* chore rewrite snackbar message

* fix import chatflows when no data in chatflows db

* add handle when import file array length is 0

* chore update and add meaning comment in importChatflows

* update method of storing flowdata for importChatflows function

* Refresh/redirect to chatflows when import is successful

* fix lint

---------

Co-authored-by: Ilango <rajagopalilango@gmail.com>
2024-07-16 09:47:41 +08:00
..
commands Feature - Env variable to disable ChatFlow reuse (#2559) 2024-06-04 10:11:57 +01:00
controllers Feature/extract import all (#2796) 2024-07-16 09:47:41 +08:00
database Add data source adapter of MariaDB (#2595) 2024-06-07 12:14:06 +01:00
errors Chore/consistent services and error handlers (#2101) 2024-04-11 11:11:01 +01:00
middlewares/errors Chore/consistent services and error handlers (#2101) 2024-04-11 11:11:01 +01:00
routes Feature/extract import all (#2796) 2024-07-16 09:47:41 +08:00
services Feature/extract import all (#2796) 2024-07-16 09:47:41 +08:00
utils Feat/added chattBaiduWenxin chat model (#2752) 2024-07-05 11:25:37 +01:00
CachePool.ts add in-mem llm cache 2023-10-11 19:54:10 +01:00
ChatflowPool.ts fix upser vector API 2023-12-08 18:51:40 +00:00
DataSource.ts Add data source adapter of MariaDB (#2595) 2024-06-07 12:14:06 +01:00
Interface.DocumentStore.ts adding url to source for all web scrapers (#2537) 2024-06-04 02:50:43 +01:00
Interface.ts Feature/lang graph (#2319) 2024-05-21 16:36:42 +01:00
NodesPool.ts Merge branch 'main' into FEATURE/Vision 2024-02-26 15:59:51 +08:00
index.ts feat (server): add support for setting listening host (#2604) 2024-06-21 14:51:03 +01:00