Yi-Cheng Wang
02bb2ba62b
docs: update contribution guidelines to reference main branch ( #5426 )
...
* docs: update pull request branch link to main branch in contributing-zh.md
* docs: update pull request branch link to main branch in contributing.md
2025-11-06 10:14:31 +00:00
Yau
b5da234ce7
Add environment variable control for trust proxy setting ( #5226 )
...
* feat: allow trust proxy setting to be configured via environment variable
* fix: restore HTTP_DENY_LIST in .env.example after merge conflict
* feat: add conditional handling for trust proxy
* feat: add trust proxy environment variable documentation
* feat: add trust proxy environment variable sample value
* fix: handle empty trust proxy string in docker environment
---------
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2025-09-27 14:08:55 +01:00
Henry Heng
42152dd036
Chore/Disable Available Dep By Default ( #5231 )
...
disable available dependencies by default, only allow when ALLOW_BUILTIN_DEP is set to true
2025-09-18 12:03:08 +01:00
Henry Heng
5a37227d14
Chore/refractor ( #4454 )
...
* markdown files and env examples cleanup
* components update
* update jsonlines description
* server refractor
* update telemetry
* add execute custom node
* add ui refractor
* add username and password authenticate
* correctly retrieve past images in agentflowv2
* disable e2e temporarily
* add existing username and password authenticate
* update migration to default workspace
* update todo
* blob storage migrating
* throw error on agent tool call error
* add missing execution import
* add referral
* chore: add error message when importData is undefined
* migrate api keys to db
* fix: data too long for column executionData
* migrate api keys from json to db at init
* add info on account setup
* update docstore missing fields
---------
Co-authored-by: chungyau97 <chungyau97@gmail.com>
2025-05-27 07:29:42 +01:00
Henry Heng
624143ad15
Chore/disable telemetry by default ( #4427 )
...
disable telemetry by default
2025-05-15 00:19:05 +08:00
toi500
d71369c3b7
Fix(FlowiseChatGoogleGenerativeAI): Prevent "parts must not be empty" API error in Seq Agents ( #4292 )
...
* Fix(FlowiseChatGoogleGenerativeAI): Prevent "parts must not be empty" API error in Seq Agents
* Fix: Update pnpm-lock.yaml to resolve CI issues
* convert role function and tool to function
* remove comment
---------
Co-authored-by: Henry <hzj94@hotmail.com>
2025-04-15 00:27:09 +08:00
allen
c318fc57e9
Feat: Support Google Cloud Storage ( #4061 )
...
* support google cloud storage
* update example and docs for supporting google cloud storage
* recover the indent of pnpm-lock-yaml
* populate the logs to google logging
* normalize gcs storage paths
---------
Co-authored-by: Ilango <rajagopalilango@gmail.com>
Co-authored-by: Henry <hzj94@hotmail.com>
2025-04-14 22:52:54 +08: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
50475f1fe5
Feature/add disabled nodes env variable ( #3797 )
...
* add disabled nodes env variable
* add bugfix to speech to text
2025-01-02 16:49:41 +00:00
thiagolealassis
7868c8c3a1
Added S3_FORCE_PATH_STYLE environment variable support for AWS S3 client configuration to ensure compatibility with custom S3 endpoints and path-style URLs. This change sets the forcePathStyle option based on the environment variable, defaulting to false if not provided. ( #3315 )
...
Co-authored-by: Thiago Assis <thiago.assis@go9.tech>
2024-10-07 16:00:48 +01:00
Henry Heng
27cb143fef
Feature/Community Node ( #2902 )
...
add feature to enable community node
2024-07-29 16:52:47 +01:00
Vinod Kiran
2dd1791ec2
Feature: Option to add apikeys to the DB instead of api.json. ( #2783 )
...
* Feature: Option to add apikeys to the DB instead of api.json.
* add api storage type env variable
* code cleanup and simplification.
* md table fixes
---------
Co-authored-by: Henry <hzj94@hotmail.com>
2024-07-26 17:52:12 +01:00
Henry Heng
1c730323e2
Feat/add s3 custom url ( #2891 )
...
add s3 custom url
2024-07-26 15:39:24 +01:00
Henry Heng
d0354bb25c
Chore/update flowise embed version ( #2722 )
...
* update flowise-embed version on lock file
* add agent messages to share chatbot
2024-06-26 02:18:08 +01:00
Saurav Maheshkar
f1e78d870e
gh: refactor community files ( #2572 )
...
* gh: refactor community files
* fix: links to other files
* docs: move to i18n
2024-06-07 15:49:24 +01:00
Daniel D'Abate
5ba9493b30
Feature - Env variable to disable ChatFlow reuse ( #2559 )
2024-06-04 10:11:57 +01:00
Henry Heng
059eae4268
Bugfix/model list unreachable ( #2522 )
...
* fallback to fetch local models json file
* enable user to specify local path to load models.json
* Update pnpm-lock.yaml
2024-05-30 11:59:19 +01:00
patrickreinan
2878af69e4
Added LOG_JSON_SPACES to control json beautify ( #2483 )
...
* Added: environment var LOG_JSON_SPACES with default value 2. Used to no beautify JSON on handler.ts
Fix: logger.verbose was not working because default log level was info
* Update handler.ts
---------
Co-authored-by: patrick <patrick.alves@br.experian.com>
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2024-05-29 18:25:32 +01:00
Octavian FlowiseAI
b65487564a
Update CONTRIBUTING.md ( #2414 )
2024-05-15 13:33:12 +02:00
Vinod Kiran
7006d64de0
Feature/s3 storage ( #2226 )
...
* centralizing file writing....
* allowing s3 as storage option
* allowing s3 as storage option
* update s3 storage
---------
Co-authored-by: Henry <hzj94@hotmail.com>
2024-04-23 11:35:38 +01:00
Vinod Kiran
788d40f26b
Feature/externalize model list ( #2113 )
...
* fixes
* test json
* test json
* externalize model list
* externalize model list
* correcting awsChatBedRock Name
* lint fixes
* externalize models
* externalize chat models
* externalize chat models
* externalize llm models
* externalize llm models
* lint fixes
* addition of models for ChatMistral
* updating version numbers for all imapacted nodes.
* marketplace template updates
* update embeddings, marketplaces, add chatCohere
* config changes for new env variable
* removal of local models.json
* update models json file
---------
Co-authored-by: Henry <hzj94@hotmail.com>
2024-04-12 12:46:10 +01:00
Ilango
e3b5309855
Fix merge conflicts
2024-03-06 16:03:12 +05:30
vinodkiran
0bc85593d5
Merge branch 'main' into FEATURE/Vision
...
# Conflicts:
# packages/components/nodes/agents/MRKLAgentChat/MRKLAgentChat.ts
2024-02-20 13:26:22 -08:00
Henry
6c1f0f7330
update wordings
2024-02-20 01:32:21 +08:00
Henry Heng
dcb1ad15e7
Merge branch 'main' into FEATURE/Vision
2024-02-14 18:06:33 +08:00
chungyau97
a132f51727
add more FLOWISE_FILE_SIZE_LIMIT
2024-02-11 17:37:48 +08:00
Henry
c5bd4d4168
address configuration fix and add BLOB_STORAGE_PATH env variable
2024-02-02 13:55:38 +00:00
Henry Heng
f460b761fb
Merge pull request #1613 from Jaredude/feature/database-postgres-self-signed-ssl
...
adds DATABASE_SSL_KEY_BASE64 for pg connection
2024-01-29 10:11:50 +00:00
Jared Tracy
5b126c60bc
adds DATABASE_SSL_KEY_BASE64 for pg connection
...
DATABASE_SSL_KEY_BASE64 takes priority over DATABASE_SSL env var
If neither are provided, no ssl value will be used.
This allows for the usage of PGSSLMODE
2024-01-25 17:16:11 -06:00
automaton82
657dace89e
Fixing comments from PR
2024-01-25 15:29:02 -05:00
Henry
b5de88784b
add flag
2024-01-19 00:38:08 +00:00
Jared Tracy
25f43f2a30
includes DATABASE_SSL in other necessary files
2023-12-27 19:07:43 -06:00
Henry
4e3f219e2d
update readme and vite port
2023-11-27 12:24:11 +00: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
zhang-wei
2d61003782
Fixed CONTRIBUTING.md typo
2023-10-24 00:47:53 -05:00
Henry
9031057425
add FLOWISE_SECRETKEY_OVERWRITE
2023-09-18 16:45:00 +01:00
Henry
8f83bb6700
removed CLA from contributing md
2023-09-01 10:59:38 +01:00
Henry
9daaef7583
removing child mode
2023-08-11 19:06:05 +01: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 Heng
3e87aba9c5
Update CONTRIBUTING.md
2023-08-01 01:02:08 +01:00
Rafael Reis
2a2fc02c75
Update CONTRIBUTING.md
...
fixed DATABASE_USER(NAME)
2023-07-28 20:18:35 -03: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
3530d29d90
update CONTRIBUTING README
2023-07-19 19:25:13 +01:00
Henry
974855b2b7
update contributing md
2023-06-18 12:43:19 +01:00
Henry
fec13328a6
update Discord link
2023-04-23 12:34:31 +01:00
Henry
02d8284f58
Update README
2023-04-11 10:41:46 +01:00
Henry
05c86ff9c5
Initial push
2023-04-06 22:17:34 +01:00