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
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
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
363d1bfc44
Chore/update deprecating nodes ( #2540 )
...
* update deprecating nodes
* add filters use cases to marketplace
* update log level
2024-07-12 18:37:57 +01:00
Daniel D'Abate
5ba9493b30
Feature - Env variable to disable ChatFlow reuse ( #2559 )
2024-06-04 10:11:57 +01:00
Hariharan1828
b952350a7b
fix CORS issue in .env.example ( #2370 )
...
* fix CORS issue in .env.example
* Fixed the IFRAME_ORIGINS
2024-05-10 18:05:03 +01: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
Henry Heng
dcb1ad15e7
Merge branch 'main' into FEATURE/Vision
2024-02-14 18:06:33 +08:00
chungyau97
702b8c1aab
add FLOWISE_FILE_SIZE_LIMIT into docker env
2024-02-10 12:12:32 +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
9031057425
add FLOWISE_SECRETKEY_OVERWRITE
2023-09-18 16:45:00 +01:00
chungyau97
c4243d6bd1
add hosting proxy configuration
2023-09-09 23:26:08 +08:00
Henry
9daaef7583
removing child mode
2023-08-11 19:06:05 +01:00
Henry
0f3dc36131
langsmith env variables
2023-08-02 19:53:24 +01:00
Henry
a7fa827be7
langsmith env variables
2023-08-02 19:00:06 +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
Henry
3530d29d90
update CONTRIBUTING README
2023-07-19 19:25:13 +01:00
Henry
13622ba0ae
Merge branch 'main' into bugfix/VM2-Security
...
# Conflicts:
# docker/docker-compose.yml
2023-07-17 20:31:19 +01:00
Henry
745a42224f
update docs on Docker env path
2023-07-17 20:02:04 +01:00
Henry
0665dcef55
update Readme
2023-07-16 14:55:03 +01:00
Henry
7ec8f8ea28
address vm2 security
2023-07-16 14:32:47 +01:00
Henry
6d2dae1a81
update README
2023-07-15 23:58:04 +01:00
Henry Heng
13c4a732eb
Update .env.example
2023-07-03 22:26:22 +01:00
Matthias Platzer
a9e269b52c
Added winston logging
...
- use logger.xxx instead of console.xxx
- added express middleware logging (using jsonl)
- added LOG_PATH as environment variable
- more configs postponed for later iteration
2023-07-03 17:58:41 +02:00
Henry
c66c7eadc7
add APIKEY_PATH
2023-06-30 18:31:41 +01:00
Henry
8745776342
add env variables
2023-06-23 23:03:53 +01:00
Henry
dd328dcd51
add db_path
2023-06-22 15:47:03 +01:00
Henry
0f0d887f78
change USERNAME and PASSWORD to FLOWISE_USERNAME and FLOWISE_PASSWORD to prevent conflict with machine env variables
2023-05-27 20:23:18 +01:00
Henry
626e1b29f8
add authrorization to npx and docker installation
2023-05-27 14:32:41 +01:00
Henry
88b60ab17a
update Dockerfile
2023-04-10 22:54:42 +01:00