Commit Graph

38 Commits (363d1bfc44cbcfea2d119498eb0f19673bffe4ed)

Author SHA1 Message Date
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
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
Vinod Kiran 658fa3984e
Feature/externalize files from chatflow - do not save as base64 (#1976)
* initial commit. Externalizing the file base64 string from flowData

* csv - docloader - Externalizing the file base64 string from flowData

* csv - docloader - Externalizing the file base64 string from flowData

* DocX - docloader - Externalizing the file base64 string from flowData

* Json - docloader - Externalizing the file base64 string from flowData

* Jsonlines - docloader - Externalizing the file base64 string from flowData

* PDF - docloader - Externalizing the file base64 string from flowData

* Vectara - vector store - Externalizing the file base64 string from flowData

* OpenAPIToolkit - tools - Externalizing the file base64 string from flowData

* OpenAPIChain - chain - Externalizing the file base64 string from flowData

* lint fixes

* datasource enabled - initial commit

* CSVAgent - agents - Externalizing the file base64 string from flowData

* Externalizing the file base64 string from flowData

* Externalizing the file base64 string from flowData

* add pnpm-lock.yaml

* update filerepository to add try catch

* Rename FileRepository.ts to fileRepository.ts

---------

Co-authored-by: Henry <hzj94@hotmail.com>
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2024-04-04 21:41:06 +05:30
Henry Heng dcb1ad15e7
Merge branch 'main' into FEATURE/Vision 2024-02-14 18:06:33 +08:00
chungyau97 e3c899230c add FLOWISE_FILE_SIZE_LIMIT variable 2024-02-10 12:02:21 +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
automaton82 3be2393412 Implementing CORS and CSP headers from env config 2024-01-25 11:39:13 -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 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
Atish Amte 318bd516d7
Update .env.example 2023-07-18 23:57:44 +05:30
Atish Amte fe7e0d10f5
Merge branch 'main' into feature/FlowiseMultiDatabaseSupport 2023-07-18 23:56:41 +05:30
Atish Amte c5eff32cf0 Multiple Database Support 2023-07-18 23:52:16 +05:30
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 eb19c206cf add logs to component chains/agents 2023-07-11 01:53:22 +01:00
Henry Heng 1975810558
Update .env.example 2023-07-03 22:26:01 +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 7141401e26 fix bug where share chatflow is not able to open on any other browser 2023-06-29 23:47:20 +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 205de44234 add child processes 2023-05-15 23:49:14 +01:00
Henry 02ebaa9cab add readme 2023-05-13 23:33:44 +01:00
Henry 3428f6a893 add maxScroll to chatmessage 2023-04-20 19:09:47 +01:00