Commit Graph

31 Commits

Author SHA1 Message Date
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 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 4aa97b0c9a
Bugfix/Escape JSON in Prompt Message (#3901)
add fix to only get variables when there is no colon
2025-01-20 19:18:28 +00:00
Ahmed Rowaihi e22c60115e
clean(components): is debug boolean syntax shorthand (#3770)
🧹 CLEAN(components): is debug boolean syntax shorthand
2025-01-03 14:20:59 +00:00
Vinod Kiran 26444ac3ae
Feature/sse (#3125)
* Base changes for ServerSide Events (instead of socket.io)

* lint fixes

* adding of interface and separate methods for streaming events

* lint

* first draft, handles both internal and external prediction end points.

* lint fixes

* additional internal end point for streaming and associated changes

* return streamresponse as true to build agent flow

* 1) JSON formatting for internal events
2) other fixes

* 1) convert internal event to metadata to maintain consistency with external response

* fix action and metadata streaming

* fix for error when agent flow is aborted

* prevent subflows from streaming and other code cleanup

* prevent streaming from enclosed tools

* add fix for preventing chaintool streaming

* update lock file

* add open when hidden to sse

* Streaming errors

* Streaming errors

* add fix for showing error message

---------

Co-authored-by: Henry <hzj94@hotmail.com>
2024-09-17 08:01:25 +01:00
Alex Linder 2e689f2cff
bugfix: update placeholder for SQL database connection string (#3034)
chore: update placeholder for SQL database connection string
2024-08-18 21:02:16 +01:00
Ikko Eltociear Ashimine dee681b63e
Update SqlDatabaseChain.ts (#2004)
seperated -> separated
2024-03-21 16:58:59 +08:00
Octavian FlowiseAI 69e082e29f Add input moderation for all chains and agents 2024-03-09 23:19:39 +01:00
Henry 0606d2c6dd upgrade langchain version 0.1.0 2024-01-26 23:41:55 +00:00
Santhosh Kumar H M ff3b862c9f
Update SqlDatabaseChain.ts 2023-10-10 19:18:24 +05:30
Santhosh Kumar H M a9148c23a4
Update SqlDatabaseChain.ts 2023-10-10 16:53:47 +05:30
Henry ea4d3d0278 update fields 2023-09-25 11:32:31 +01:00
Henry Heng 3d35536de5
Merge pull request #908 from FlowiseAI/feature/Analytic
Feature/Add analytic
2023-09-13 08:46:24 +01:00
Henry Heng 35ddb30489
Update SqlDatabaseChain.ts
update types
2023-09-12 17:38:13 +01:00
Henry d19f72db6f add analytic 2023-09-11 23:44:20 +01:00
Lorenzo 8fcafe83bc Removed another typo 2023-09-11 21:14:46 +02:00
Lorenzo 7e3a689656 Remove the typo code 2023-09-11 17:12:35 +02:00
Lorenzo 3920441ce0 Added some options for SqlDatabaseChain 2023-09-05 17:58:10 +02:00
Henry 3f0157dab1 add custom prompt to sql db chain 2023-08-29 15:07:59 +01:00
Lorenzo 1e90db7989 Remove unsupported databases 2023-08-14 16:18:10 +02:00
Lorenzo ff7ee41758 Added postgres, cockroachdb, mssql, mysql, mariadb, mongodb and oracle to SqlDatabaseChain_Chains 2023-08-14 00:31:07 +02:00
Henry 05dd23b01d - update marketplaces
- add version to nodes and credentials
- hover over node actions
2023-07-28 15:56:40 +01:00
Henry eb19c206cf add logs to component chains/agents 2023-07-11 01:53:22 +01:00
VJSai 6166074e07
Merge branch 'FlowiseAI:main' into main 2023-07-08 18:49:43 +05:30
vjsai c78ca494f5 Added OpenAPI chain 2023-07-06 18:28:33 +05:30
Henry c2dde8bf8f add fix to streaming 2023-07-06 12:02:43 +01:00
Henry e89785080b enable streaming 2023-05-22 17:16:21 +01:00
Henry 1f4efd6734 add debug 2023-05-19 18:20:41 +01:00
Henry d44ab269e6 add baselanguagemodel 2023-05-17 14:43:15 +01:00
Henry 04d0170c6b add bugfix for SQLDBChain 2023-05-01 13:54:14 +01:00
Henry e1624d11d5 add sqldbchain and example 2023-04-18 00:36:18 +01:00