Commit Graph

260 Commits

Author SHA1 Message Date
nikos.tsiougkos da346d7814 include chat message id in result 2024-01-24 18:05:32 +02:00
Henry 2dd1c71cf2 return response 2024-01-21 22:26:58 +00:00
Henry 5d25c35a1a add env path for settings json 2024-01-21 18:24:54 +00:00
Henry 2640f6b1dc update prediction_sent metadata 2024-01-19 00:49:52 +00:00
Henry b5de88784b add flag 2024-01-19 00:38:08 +00:00
Henry 953e1468bb add telemetry 2024-01-19 00:02:31 +00:00
Henry 4256655c7b add $vars and $flow to custom function 2024-01-17 23:47:11 +00:00
Ilango 9b114212c0 Apply prettier 2024-01-16 14:25:36 +05:30
Henry 79e988be09 delete message API 2024-01-16 11:13:50 +05:30
Henry f66c03ab0a change agent/chain with memory to use runnable 2024-01-16 11:12:17 +05:30
Henry bb77e3f591 fix chatbot config 2024-01-08 17:13:07 +00:00
Henry 8cb9393862 add fix for passing json variable 2024-01-05 02:46:36 +00:00
Henry Heng f1f2f71fe8 Merge pull request #1451 from FlowiseAI/chore/Upgrade-LC-0.0.213
Chore/update langchain version
2024-01-03 16:02:25 +00:00
Henry Heng 2ebd311016 Merge pull request #1474 from FlowiseAI/bugfix/Credential-Decrypt
Bugfix/Credential Decrypt
2024-01-03 00:44:05 +00:00
Henry 383f612e11 add check for secretkey_path 2024-01-03 00:35:55 +00:00
Henry 75b5b33d8d update langchain version 2023-12-30 12:29:00 +00:00
Henry Heng 0f03fe54e3 Merge pull request #1433 from Jaredude/feature/databases-postgres-ssl
Adds ENV boolean flag (DATABASE_SSL) for postgres ssl support
2023-12-30 10:53:25 +00:00
Henry Heng da18b6a5c0 Update 1702200925471-AddVariableEntity.ts 2023-12-29 15:17:26 +00:00
Jared Tracy 25f43f2a30 includes DATABASE_SSL in other necessary files 2023-12-27 19:07:43 -06:00
Henry Heng 6921967e9d Merge pull request #1422 from FlowiseAI/feature/env-vars
Feature/Env Variables
2023-12-27 21:44:17 +00:00
Henry 6306904cfc add missing methods, abstract classes 2023-12-26 15:54:50 +00:00
Jared Tracy 735edab9ae Adds ENV boolean flag (DATABASE_SSL) for postgres ssl support
This is needed if hosting flowise data on a postgres server that requires ssl.
In PostgreSQL v15, the default rds.force_ssl is 1 (on)
2023-12-24 23:02:49 -06:00
Henry 44294d0067 update default location for encryption key 2023-12-21 20:37:04 +00:00
Henry a2d4a3b8d0 Merge branch 'main' into feature/env-vars 2023-12-21 13:38:22 +00:00
Henry 48b17fc785 pass sessionId to custom tool 2023-12-20 23:59:04 +00:00
Henry 8c694e7987 change encryption key path 2023-12-20 21:28:22 +00:00
Henry be31a4f669 Merge branch 'main' into feature/env-vars 2023-12-20 01:39:45 +00:00
Henry Heng 46571c796f Update index.ts 2023-12-20 01:16:15 +00:00
Henry 5917256e57 add fix to avoid running duplicated nodes when vector upsert 2023-12-19 23:48:18 +00:00
Henry 0e8f3ea572 add if else node and logic 2023-12-19 17:48:45 +00:00
Henry Heng 2767cf0d1e Merge pull request #1399 from FlowiseAI/feature/MistralAI
Feature/Add Mistral
2023-12-17 19:51:49 +00:00
Henry e8af8b007a add marketplace template 2023-12-17 18:58:37 +00:00
Henry 05db533396 add mistral 2023-12-15 18:59:11 +00:00
Henry 911b4fe7fb add new utilties - customfunction, setter/getter, replace code editor 2023-12-15 17:15:00 +00:00
vinodkiran 333c834698 Merge branch 'main' into FEATURE/env-vars 2023-12-13 22:10:49 +05:30
Henry 2110e1146b add a public endpoint to retrieve chatbotconfig 2023-12-12 23:14:52 +00:00
vinodkiran ef3f1b34b1 Environment Variables: renaming overrideConfig node to envVars 2023-12-12 22:22:25 +05:30
Henry 8e1ef2d533 fix sanitized &amp 2023-12-12 12:44:42 +00:00
vinodkiran 947ab9dae6 Environment Variables: handling of environment variables in user input 2023-12-12 14:15:41 +05:30
vinodkiran bfa870e56b Environment Variables: injection of variables ($env) into the custom tool and addition of ($flow) object 2023-12-12 12:19:35 +05:30
Henry f51c1d5b7a check for array query parameter 2023-12-11 20:35:30 +00:00
vinodkiran 0bf5536095 Environment Variables: injection of variables into the custom script 2023-12-10 22:39:06 +05:30
vinodkiran 1d1bd4f556 Environment Variables: Dashboard along with CRUD Operations on variables. 2023-12-10 22:38:18 +05:30
Henry Heng 3eaca7c762 Merge pull request #1327 from vinodkiran/BUGFIX/XSS
Bugfix/xss
2023-12-09 14:22:46 +00:00
Henry c06c25b0af add sanitize html types 2023-12-09 14:12:30 +00:00
Henry 9a5d5720f9 get rid of credential for langchain hub 2023-12-09 13:49:53 +00:00
Henry d2d21c45fe fix upser vector API 2023-12-08 18:51:40 +00:00
vinodkiran 99bc9d64fb XSS: replacing deprecated sanitize-js with sanitize-html 2023-12-08 18:50:58 +05:30
Henry Heng 2373ed0d76 Merge pull request #1345 from FlowiseAI/feature/ManualAnalytics
Feature/Add custom analytics
2023-12-08 12:19:33 +00:00
Henry 7578183ac2 add custom analytics 2023-12-07 18:46:03 +00:00