Henry Heng
6a0b8be422
Chore/update bullmq version ( #4174 )
...
update bullmq version
2025-03-14 00:23:32 +00:00
Henry Heng
bde9e543d4
Chore/update vite config ( #4158 )
...
update vite config
2025-03-11 16:13:28 +00:00
Henry Heng
93cf47ce40
Chore/update pnpm run dev ( #4154 )
...
update pnpm run dev
2025-03-10 15:33:06 +00:00
Henry Heng
cf7d841f88
Release/2.2.7 ( #4135 )
...
release@2.2.7
2025-03-06 14:27:12 +00:00
Henry Heng
fc9d6e7a16
Release/2.2.6-hotfix.1 ( #4105 )
...
flowise @2.2.6-hotfix.1
2025-02-28 22:24:39 +00:00
Henry Heng
da04289ecf
Release/2.2.6 ( #4102 )
...
flowise@2.2.6
2025-02-28 12:25:48 +00:00
Henry Heng
1678815540
Feature/nim container ( #3966 )
...
* add nim container setup
* check if image or container exist before pulling
* update NIM dialog
* update chat nvidia api key
* update nim container version
* update nim container version
2025-02-27 09:14:01 +00:00
Henry Heng
97a196e11a
Chore/patch deps ( #4015 )
...
patch deps
2025-02-26 15:19:13 +00:00
Henry Heng
aeb82c2fb4
Release/2.2.5 ( #3983 )
...
* release 2.2.5
* update pnpm lock file
* Update pnpm-lock.yaml
* Update pnpm-lock.yaml
2025-02-04 10:28:52 +00:00
Henry Heng
a0b4abdd13
Feature/update openai version, add reasoning effort param, add o3 mini ( #3973 )
...
* update openai version, add reasoning effort param
* update azure
* add filter for pinecone llamaindex
* update graph cypher qa chain
2025-02-04 08:43:27 +00:00
Henry Heng
a2a475ba7a
Feature/Add bullmq redis for message queue processing ( #3568 )
...
* add bullmq redis for message queue processing
* Update pnpm-lock.yaml
* update queue manager
* remove singleton patterns, add redis to cache pool
* add bull board ui
* update rate limit handler
* update redis configuration
* Merge add rate limit redis prefix
* update rate limit queue events
* update preview loader to queue
* refractor namings to constants
* update env variable for queue
* update worker shutdown gracefully
2025-01-23 14:08:02 +00:00
Henry Heng
ef96b57303
Release/2.2.4 ( #3870 )
...
flowise@2.2.4 release
2025-01-14 20:47:48 +00:00
Henry Heng
d60242c224
Feat/add multer s3 ( #3854 )
...
* add multer s3
* add types multer s3
* update multer s3 implementation
* Revert "update multer s3 implementation"
This reverts commit 9a25bf57a93f77074bdb084921f0591dbe0b44e1.
* update storage utils
* update multer storage type on routes
* revert getMulterStorage
* revert getMulterStorage
* update getmulterstorage
* update getmulterstorage
* update getmulterstorage
2025-01-12 23:00:34 +00:00
Henry Heng
15d06ec4b3
Feature/Allow winston to stream to s3 ( #3848 )
...
allow winston to stream to s3
2025-01-11 17:01:10 +00:00
Lucas Mohallem Ferraz
1ae78c2739
[Feat] Allow AWS SECRETS MANAGER instead of storing AES Encrypted in db ( #3616 )
...
* AWS Secrets
* AWS Secrets support
* add examples
* remove test compose
* fix lint
* update aws secret manager implementation
* update secret manager client
* update comments
---------
Co-authored-by: Henry <hzj94@hotmail.com >
2025-01-08 20:24:57 +00:00
Henry Heng
4e434fd725
Release/2.2.3 ( #3756 )
...
release @2.2.3
2024-12-23 12:03:03 +00:00
Henry Heng
b087f4c4a1
Release/2.2.2 ( #3673 )
...
flowise@2.2.2 release
2024-12-10 16:14:22 +00:00
Henry Heng
3b804d7777
Release/2.2.1 ( #3607 )
...
minor patch fix @2.2.1
2024-11-29 13:18:27 +00:00
Henry Heng
3478b39a40
Release/2.2.0 ( #3601 )
...
flowise@2.2.0
2024-11-28 16:05:49 +00:00
Henry Heng
ebf9a98341
Release/2.1.5 ( #3535 )
...
flowise@2.1.5
2024-11-19 16:13:30 +00:00
Henry Heng
d0571291b7
Release/2.1.4 ( #3506 )
...
release 2.1.4
2024-11-13 18:39:14 +00:00
Henry Heng
3b72017a10
Chore/bump dep ( #3488 )
...
bump dep
2024-11-12 10:52:47 +00:00
Vinod Kiran
fe03683f0c
FEATURE:: Support for metrics collection - Prometheus and Open Telemetry ( #3420 )
...
* adding support for prometheus and grafana
* open telemetry
* lint fixes
* missing counter and telemetry standardization
---------
Co-authored-by: Henry <hzj94@hotmail.com >
2024-11-08 00:00:43 +00:00
Lucas Mohallem Ferraz
cfe2061322
Update package.json ( #3468 )
...
* Update package.json
Fix #3335 and #3067
openai helpers was introduced in 4.57.3:
https://github.com/openai/openai-node/commit/1e9808ac68a22eb5fa3640a5b33d27af122f50a0
* update openai pnpm lock file
---------
Co-authored-by: Henry <hzj94@hotmail.com >
2024-11-07 19:44:41 +00:00
akoo24
d9bf612448
Support global-agent for central proxy configuration ( #3423 )
...
* * Added global-agent as central Global HTTP/HTTPS proxy configurable using environment variable
** https://www.npmjs.com/package/global-agent
* Server-Bootstrap on index.js
** import 'global-agent/bootstrap'
* added dep in package.json
** global-agent: "^3.0.0
* * Added global-agent as central Global HTTP/HTTPS proxy configurable using environment variable
** Added env variables
* update env example
* update env and lock file
* update env and lock file
---------
Co-authored-by: Henry <hzj94@hotmail.com >
2024-11-01 18:05:04 +00:00
Henry Heng
95e0f01912
Release/2.1.3 ( #3403 )
...
update flowise@2.1.3
2024-10-23 13:29:25 +01:00
Henry Heng
f7ad125bbd
Release/2.1.2 ( #3324 )
...
release@2.1.2
2024-10-09 16:50:50 +01:00
Henry Heng
793319c9ae
Release/2.1.1 ( #3213 )
...
release @2.1.1
2024-09-18 10:16:28 +01:00
Henry Heng
7840a37f2f
Release/2.1.0 ( #3204 )
...
flowise@2.1.0 release
2024-09-17 11:15:12 +01:00
Henry Heng
7103912203
Release/2.0.7 ( #3107 )
...
flowise@2.0.7 patch bugfix release
2024-08-28 19:56:14 +01:00
Henry Heng
58d995a4f3
Release/2.0.6 ( #3097 )
...
flowise@2.0.6 release
2024-08-27 16:56:24 +01:00
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
75ff97ef12
Bugfix/Add langchainhub dependency ( #2970 )
...
add langchainhub dependency
2024-08-08 00:25:20 +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
72e5287343
Feature/Add tool choices to openai assistant ( #2682 )
...
add tool choices to openai
2024-06-19 22:41:53 +01:00
Henry Heng
5ba468b4cc
🥳 flowise@1.8.2 release ( #2625 )
2024-06-11 22:39:59 +01:00
Henry
1d9927027d
🥳 flowise@1.8.1 minor bugfix release
2024-06-01 00:09:38 +01:00
jiabaow
f5b08864b8
test validateKey ( #2485 )
...
add validateKey.test.ts
2024-05-29 18:01:35 +01:00
Henry
9d10dc4856
🥳 flowise@1.8.0 release
2024-05-21 16:50:29 +01:00
Henry
1ee6f1f88a
🥳 flowise@1.7.2 minor bugfix release
2024-05-09 14:30:23 +01:00
Henry
d34cef2dc7
🥳 flowise@1.7.1 release
2024-05-06 18:05:36 +01:00
Henry
723837b30f
🥳 flowise@1.6.6 release
2024-04-25 21:28:48 +01:00
Henry
b34094035d
🥳 flowise@1.6.5 minor release
2024-04-13 01:04:13 +01:00