Henry Heng
|
f57dc2477f
|
Release/2.0.5 (#3001)
🥳 flowise patch bugfix @2.0.5
|
2024-08-12 14:51:17 +01:00 |
|
Henry Heng
|
0c161956ad
|
Release/2.0.4 (#2971)
🥳 flowise patch bugfix @2.0.4
|
2024-08-08 00:32:57 +01:00 |
|
Henry Heng
|
f4dfe1803d
|
Release/2.0.3 (#2966)
🥳 flowise@2.0.3
|
2024-08-07 19:20:44 +01:00 |
|
Henry Heng
|
7153093bfc
|
Release/2.0.2 (#2934)
🥳 flowise@2.0.2 release
|
2024-08-05 13:18:39 +01:00 |
|
Henry Heng
|
855e0e31f4
|
Release/2.0.1 (#2859)
🥳 flowise@2.0.1 release
|
2024-07-23 15:29:32 +01:00 |
|
Henry Heng
|
c31a4c95e7
|
Release/2.0.0 (#2844)
🥳 flowise@2.0.0 release
|
2024-07-23 00:00:42 +01:00 |
|
Henry Heng
|
bca4de0c63
|
Feature/seq agents (#2798)
* update build functions
* sequential agents
* update langchain to 0.2, added sequential agent nodes
* add marketplace templates
* update howto wordings
* Merge branch 'main' into feature/Seq-Agents
# Conflicts:
# pnpm-lock.yaml
* update deprecated functions and add new sequential nodes
* add marketplace templates
* update marketplace templates, add structured output to llm node
* add multi agents template
* update llm node with bindmodels
* update cypress version
* update templates sticky note wordings
* update tool node to include human in loop action
* update structured outputs error from models
* update cohere package to resolve google genai pipeThrough bug
* update mistral package version, added message reconstruction before invoke seq agent
* add HITL to agent
* update state messages restructuring
* update load and split methods for s3 directory
|
2024-07-22 17:46:14 +01:00 |
|
Henry Heng
|
074bb738a3
|
Release/1.8.4 (#2805)
* 🥳 flowise release 1.8.4
* 🥳 flowise-components release 1.8.6
|
2024-07-15 15:34:33 +01:00 |
|
Henry Heng
|
7067f90153
|
Release/1.8.3 (#2727)
release flowise 1.8.3
|
2024-06-26 14:01:26 +01:00 |
|
Henry Heng
|
5ba468b4cc
|
🥳 flowise@1.8.2 release (#2625)
|
2024-06-11 22:39:59 +01:00 |
|
Henry
|
c42ef95a15
|
🥳 flowise-ui@1.8.1 minor bugfix release
|
2024-06-01 00:09:10 +01:00 |
|
Henry
|
e83dcb01b8
|
🥳 flowise-ui@1.8.0 release
|
2024-05-21 16:50:53 +01:00 |
|
Octavian FlowiseAI
|
cb0eb67df0
|
Use tabler icons react instead of tabler icons package (#2389)
* Use tabler icons react instead of tabler icons package
* Update package.json
---------
Co-authored-by: Octavian Cioaca <devtools@domselardi.com>
|
2024-05-10 21:17:12 +02:00 |
|
Henry
|
dce84106ef
|
🥳 flowise-ui@1.7.2 minor bugfix release
|
2024-05-09 14:29:12 +01:00 |
|
Henry
|
40718bd77a
|
🥳 flowise-ui@1.7.1 release
|
2024-05-06 18:05:20 +01:00 |
|
Henry
|
6899b27229
|
🥳 flowise-ui@1.6.6 release
|
2024-04-25 21:28:12 +01:00 |
|
Henry
|
1130620d40
|
🥳 flowise-ui@1.6.5 minor release
|
2024-04-13 01:03:41 +01:00 |
|
Henry
|
1996cc40ba
|
🥳 flowise-ui@1.6.4 minor release
|
2024-04-09 16:38:06 +01:00 |
|
Henry
|
39198a42ad
|
🥳 flowise-ui@1.6.3 release
|
2024-04-04 15:15:45 +01:00 |
|
Octavian FlowiseAI
|
957694a912
|
feature: modularized express routes for reusability, testability, composability and performance (#2030)
* transition GET /api/v1/apikey
* transition POST /api/v1/apikey
* transition PUT /api/v1/apikey/:id
* transition DELETE /api/v1/apikey/:id
* Enable e2e tests for api/v1/apikey routes
* remove unused addChatflowsCount
* Enable e2e tests for api/v1/variables routes
* Enable Cypress in GitHub Action
* Update main.yml
* Update main.yml
* Transition GET /api/v1/variables
* Enable cypress on github workflow
* Transition POST /api/v1/variables
* Transition PUT /api/v1/variables
* Transition DELETE /api/v1/variables
* Transition GET /api/v1/variables
* Transition GET /api/v1/chatflows
* Transition GET /api/v1/chatflows/:id
* Transition POST /api/v1/chatflows
* Transition DELETE /api/v1/chatflows/:id
* Transition PUT /api/v1/chatflows/:id
* Transition GET /api/v1/chatflows/apikey/:apiKey
* Transition GET /api/v1/credentials
* Transition POST /api/v1/credentials
* Transition GET /api/v1/credentials/:id
* Transition PUT /api/v1/credentials/:id
* Transition DELETE /api/v1/credentials/:id
* Transition GET /api/v1/tools
* Transition GET /api/v1/tools/:id
* Transition POST /api/v1/tools
* Transition PUT & DELETE /api/v1/tools/:id
* Transition /api/v1/assistants routes
* Transition /api/v1/nodes routes
* Transition GET /api/v1/chatflows-streaming/:id & GET /api/v1/chatflows-uploads/:id
* wip-all-routes
* Transition GET /api/v1/public-chatflows/:id & /api/v1/public-chatbotConfig/:id
* Remove ts-ignore annotations
* Transition GET /api/v1/chatmessage/:id
* Transition POST /api/v1/chatmessage/:id
* delete /api/v1/chatmessage/:id
* transition /api/v1/feedback/:id routes
* transition /api/v1/stats/:id
* Transition GET /api/v1/openai-assistants/:id
* Transition GET /api/v1/openai-assistants
* Transition POST /api/v1/openai-assistants-file
* transition GET /api/v1/get-upload-path
* transition GET /api/v1/get-upload-file
* transition GET /api/v1/flow-config/:id
* transition POST /api/v1/node-config
* transition GET /api/v1/version
* transition GET /api/v1/fetch-links
* transition POST /api/v1/vector/upsert/:id
* transition POST /api/v1/vector/internal-upsert/:id
* transition POST /api/v1/load-prompt
* Update index.ts
* transition POST /api/v1/prompts-list
* transition predictions
* Update index.ts
* transition GET /api/v1/marketplaces/templates
* Router update modularity cleanup
* extend request interface - express namespace
* Update index.ts
* add errorMiddleware
* Add custom application error handler
* Fix pnpm lock file
* prediction return and vector upsert
* Move the getUploadsConfig into its own file
* Remove lint warnings
* fix undefined variable value
* Fix node-load-method api call
* standardize the error message display
* Apply review comment bugfixes
* Update index.ts
* standardize error message display in snack notifications
* Error message standard in the UI
* Rename flowXpressApp to appServer
* Upload middleware fix and axios update
* fix async await
---------
Co-authored-by: Henry <hzj94@hotmail.com>
|
2024-04-02 16:44:04 +01:00 |
|
Henry
|
ff09ae6a50
|
🥳 flowise-ui@1.6.2 release
|
2024-03-20 01:17:08 +08:00 |
|
Ilango
|
49846cd66a
|
Set embed versions to latest (#1957)
|
2024-03-15 12:08:16 +05:30 |
|
Henry
|
eb2a83fda7
|
🥳 flowise-ui@1.6.1
|
2024-03-13 01:50:13 +08:00 |
|
Ilango
|
de2ac1d13c
|
Update nuke command - remove .turbo dir
|
2024-03-07 11:18:45 +05:30 |
|
Ilango
|
e3b5309855
|
Fix merge conflicts
|
2024-03-06 16:03:12 +05:30 |
|
Henry
|
1d0230382b
|
pin MUI dependencies
|
2024-02-29 15:59:52 +08:00 |
|
Henry
|
0244216720
|
🥳 flowise-ui@1.6.0
|
2024-02-28 02:29:03 +08:00 |
|
Henry
|
0432dc9005
|
🥳 flowise-ui@1.5.1 release
|
2024-02-21 12:09:21 +08:00 |
|
Henry
|
9189b70131
|
🥳 flowise-ui@1.5.0 release
|
2024-02-06 03:02:16 +08:00 |
|
Henry
|
68bc3c708f
|
🥳 flowise-ui@1.4.9 release
|
2024-01-31 13:34:28 +00:00 |
|
Henry
|
4ce0ee2600
|
🥳 flowise-ui@1.4.8 release
|
2024-01-25 16:21:41 +00:00 |
|
Henry
|
f16b29503d
|
🥳 flowise-ui@1.4.7 release
|
2024-01-16 16:08:25 +00:00 |
|
Henry
|
45a42c4404
|
🥳 flowise-ui@1.4.6 minor release
|
2023-12-30 23:39:53 +00:00 |
|
Henry
|
c6a82156c1
|
🥳 flowise-ui@1.4.5 release
|
2023-12-20 16:51:46 +00:00 |
|
Henry
|
a1fb5b8ef6
|
🥳 flowise-ui@1.4.4 release
|
2023-12-18 12:26:09 +00:00 |
|
Henry
|
911b4fe7fb
|
add new utilties - customfunction, setter/getter, replace code editor
|
2023-12-15 17:15:00 +00:00 |
|
Henry
|
c26e37a923
|
🥳 flowise-ui@1.4.3 release
|
2023-12-09 14:44:01 +00:00 |
|
Henry
|
1e5a37ad0f
|
🥳 flowise-ui@1.4.2 release
|
2023-12-08 14:16:04 +00: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
|
8ce32179ee
|
add turbo, changes to make it work across docker, docker-compose, npx
|
2023-11-27 11:56:40 +00:00 |
|
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 |
|
Greg L
|
ee39ce26c1
|
- Added VitePWA
|
2023-11-23 19:22:36 -05:00 |
|
Greg L
|
4061dd0abb
|
- Missed a few files that needed to be .jsx
- seperated out package locks per package
|
2023-11-23 18:34:19 -05:00 |
|
Greg L
|
35ad74f8a3
|
- Updated workflow and pre-commit to work with PNPM, modified package.json to preinstall PNPM only.
|
2023-11-23 13:33:52 -05:00 |
|
Greg L
|
0f09faa1bc
|
- Updated .js files to .jsx on frontend.
- Removed Yarn dependency and replaced with PNPM
- Changed Frontend to render via vite
|
2023-11-23 08:17:06 -05:00 |
|
Henry
|
0d496c2792
|
🥳 flowise-ui@1.4.0 release
|
2023-11-09 14:00:57 +00:00 |
|
Henry
|
be19cc6581
|
🥳 flowise-ui@1.4.0-rc.1 release
|
2023-11-07 21:24:36 +00:00 |
|
Henry
|
0f293e5a59
|
add openai assistant
|
2023-11-07 20:45:25 +00:00 |
|
Henry
|
66a0cea419
|
🥳 flowise-ui@1.3.7 release
|
2023-11-03 20:06:13 +00:00 |
|