Henry Heng
be7599542b
Release/3.0.3 ( #4746 )
...
flowise@3.0.3
2025-06-27 09:58:49 +01:00
Henry Heng
4c3b729b79
Chore/Google GenAI ( #4742 )
...
* update @langchain/core, custom google genai implementation
* update @langchain/core, custom google genai implementation
2025-06-27 00:44:11 +01:00
Henry Heng
306b6fbb31
Release/3.0.2 ( #4629 )
...
flowise@3.0.2
2025-06-11 14:18:51 +01:00
Henry Heng
30c4180d97
Feature/Add teams, gmail, outlook tools ( #4577 )
...
* add teams, gmail, outlook tools
* update docs link
* update credentials for oauth2
* add jira tool
* add google drive, google calendar, google sheets tools, powerpoint, excel, word doc loader
* update jira logo
* Refactor Gmail and Outlook tools to remove maxOutputLength parameter and enhance request handling. Update response formatting to include parameters in the output. Adjust Google Drive tools to simplify success messages by removing unnecessary parameter details.
2025-06-06 19:52:04 +01:00
Henry Heng
7c803f4e0b
Release/3.0.1 ( #4537 )
...
flowise@3.0.1
2025-05-29 17:49:17 +01:00
Henry Heng
954e6c88f4
Feat/add supergateway MCP ( #4303 )
...
* add supergateway MCP
* update supergateway mcp
2025-05-28 17:21:01 +01:00
Ademílson Tonato
572fb31a1c
chore: update Firecrawl version and add FirecrawlExtractTool ( #4073 )
...
* chore: update Firecrawl version and add FirecrawlExtractTool
* refactor: update outputs format
* chore: update Firecrawl request headers to include X-Origin and X-Origin-Type
* feat: add FireCrawl testing suite for scraping, crawling, and data extraction
- Introduced FireCrawl-TEST.ts to validate FireCrawlLoader functionality.
- Implemented tests for basic scraping, crawling with text splitting, data extraction, and extract status retrieval.
- Enhanced error handling in FireCrawlLoader for better debugging.
* Update pnpm-lock.yaml
* refactor: FireCrawl API integration to improve parameter handling and error logging
* refractor firecrawl
* Update FireCrawl.ts
removed console log
* Update pnpm-lock.yaml
* Update pnpm-lock.yaml
---------
Co-authored-by: Ong Chung Yau <33013947+chungyau97@users.noreply.github.com >
Co-authored-by: Henry <hzj94@hotmail.com >
Co-authored-by: Henry Heng <henryheng@flowiseai.com >
2025-05-27 14:58:35 +01:00
Henry Heng
a6e64230b4
Release/3.0.0 ( #4425 )
...
release@3.0.0
2025-05-15 09:30:18 +08:00
Henry Heng
7924fbce0d
Feature/agentflow v2 ( #4298 )
...
* agent flow v2
* chat message background
* conditon agent flow
* add sticky note
* update human input dynamic prompt
* add HTTP node
* add default tool icon
* fix export duplicate agentflow v2
* add agentflow v2 marketplaces
* refractor memoization, add iteration nodes
* add agentflow v2 templates
* add agentflow generator
* add migration scripts for mysql, mariadb, posrgres and fix date filters for executions
* update agentflow chat history config
* fix get all flows error after deletion and rename
* add previous nodes from parent node
* update generator prompt
* update run time state when using iteration nodes
* prevent looping connection, prevent duplication of start node, add executeflow node, add nodes agentflow, chat history variable
* update embed
* convert form input to string
* bump openai version
* add react rewards
* add prompt generator to prediction queue
* add array schema to overrideconfig
* UI touchup
* update embedded chat version
* fix node info dialog
* update start node and loop default iteration
* update UI fixes for agentflow v2
* fix async drop down
* add export import to agentflowsv2, executions, fix UI bugs
* add default empty object to flowlisttable
* add ability to share trace link publicly, allow MCP tool use for Agent and Assistant
* add runtime message length to variable, display conditions on UI
* fix array validation
* add ability to add knowledge from vector store and embeddings for agent
* add agent tool require human input
* add ephemeral memory to start node
* update agent flow node to show vs and embeddings icons
* feat: add import chat data functionality for AgentFlowV2
* feat: set chatMessage.executionId to null if not found in import JSON file or database
* fix: MariaDB execution migration script to utf8mb4_unicode_520_ci
---------
Co-authored-by: Ong Chung Yau <33013947+chungyau97@users.noreply.github.com >
Co-authored-by: chungyau97 <chungyau97@gmail.com >
2025-05-10 10:21:26 +08:00
Ong Chung Yau
df26e8aef9
feature/add-perplexity-node ( #4376 )
...
* added perplexity node
* last stable release
* Update ChatPerplexity.ts
* update
* Update ChatPerplexity.ts
* Update ChatPerplexity.ts
* pnpm lint fix
* feat: update @langchain/community from 0.3.24 to 0.3.29
---------
Co-authored-by: Marvin <marvin.chin@regentmarkets.com >
2025-05-05 14:34:07 +08:00
Henry Heng
5b4693cca3
Release/2.2.8 ( #4354 )
...
release@2.2.8
2025-04-28 15:56:39 +08:00
Zero Gu
ac0450523a
Feature: Upgrade MCP version and support SSE mode. ( #4329 )
...
Upgrade MCP version and support SSE mode.
Co-authored-by: guwenjia <guwenjia@bilibili.com >
2025-04-27 12:13:06 +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
Saket Aryan
13fce45856
Adds Mem0 Memory Node ( #4213 )
...
* Adds Mem0 Memory Node
* fix: update pnpm-lock.yaml
---------
Co-authored-by: Ong Chung Yau <33013947+chungyau97@users.noreply.github.com >
Co-authored-by: chungyau97 <chungyau97@gmail.com >
2025-03-31 10:53:01 +08:00
Henry Heng
93cf47ce40
Chore/update pnpm run dev ( #4154 )
...
update pnpm run dev
2025-03-10 15:33:06 +00:00
Asharib Ali
69a272201a
Add Sequential Thinking MCP tool for structured problem-solving ( #4143 )
2025-03-10 10:15:10 +00:00
Henry
a369f0c1cc
flowise-components@2.2.7-patch.1
2025-03-07 17:14:27 +00:00
Henry Heng
cf7d841f88
Release/2.2.7 ( #4135 )
...
release@2.2.7
2025-03-06 14:27:12 +00:00
Henry Heng
713ed26971
Feature/MCP (Model Context Protocol) ( #4134 )
...
add mcp tools
2025-03-06 13:57:18 +00:00
Henry Heng
da04289ecf
Release/2.2.6 ( #4102 )
...
flowise@2.2.6
2025-02-28 12:25:48 +00:00
Henry Heng
97a196e11a
Chore/patch deps ( #4015 )
...
patch deps
2025-02-26 15:19:13 +00:00
Ali Saleh
0e10952b45
feat: Add Arize & Phoenix Tracer Integration ( #4046 )
...
Added Arize Phoenix Tracer
Co-authored-by: Ilango <ilango.rajagopal@flowiseai.com >
2025-02-24 20:11:30 +05:30
Henry Heng
f71e5cbfb6
Chore/Update vertex dependency ( #4058 )
...
update vertex dependency
2025-02-22 01:11:34 +00:00
Henry Heng
aeb82c2fb4
Release/2.2.5 ( #3983 )
...
* release 2.2.5
* update pnpm lock file
* Update pnpm-lock.yaml
* Update pnpm-lock.yaml
2025-02-04 10:28:52 +00:00
Henry Heng
a0b4abdd13
Feature/update openai version, add reasoning effort param, add o3 mini ( #3973 )
...
* update openai version, add reasoning effort param
* update azure
* add filter for pinecone llamaindex
* update graph cypher qa chain
2025-02-04 08:43:27 +00: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
itaismith
3fc4e79089
Add tenant and database configs for Chroma Cloud credentials ( #3872 )
...
* Add tenant and database configs for Chroma Cloud credentials
* Lint fix
2025-01-20 18:39:00 +00:00
Henry Heng
ef96b57303
Release/2.2.4 ( #3870 )
...
flowise@2.2.4 release
2025-01-14 20:47:48 +00:00
Jérémy JOURDIN
24eb437bad
[Feature] improve CsvLoader & clean code ( #3830 )
...
* Improve CSV Loader
* Improve S3 Loaders
---------
Co-authored-by: Henry <hzj94@hotmail.com >
2025-01-14 16:47:04 +00:00
Light
cc87d85675
Chore: Update @langchain/community ( #3787 )
...
* update package versions
* fix updated field defs due to lib update
* Merge branch 'main' into chore/Upgrade-LC-version
# Conflicts:
# packages/components/package.json
# pnpm-lock.yaml
* lintfix
* fix follow up prompt dialog
* lintfix
---------
Co-authored-by: Henry <hzj94@hotmail.com >
2025-01-14 16:30:51 +00:00
Lucas Mohallem Ferraz
1ae78c2739
[Feat] Allow AWS SECRETS MANAGER instead of storing AES Encrypted in db ( #3616 )
...
* AWS Secrets
* AWS Secrets support
* add examples
* remove test compose
* fix lint
* update aws secret manager implementation
* update secret manager client
* update comments
---------
Co-authored-by: Henry <hzj94@hotmail.com >
2025-01-08 20:24:57 +00:00
Ahmed Rowaihi
e429af139e
feat(follow-up/ollama): support ollama provider ( #3795 )
2025-01-07 20:43:43 +00:00
Henry Heng
4e434fd725
Release/2.2.3 ( #3756 )
...
release @2.2.3
2024-12-23 12:03:03 +00:00
Anthony Bryan Gavilan Vinces
a7c1ab881c
Feature/Add Neo4j GraphRag support ( #3686 )
...
* added: Neo4j database connectivity, Neo4j credentials, supports the usage of the GraphCypherQaChain node and modifies the FewShotPromptTemplate node to handle variables from the prefix field.
* Merge branch 'main' of github.com:FlowiseAI/Flowise into feature/graphragsupport
* revert pnpm-lock.yaml
* add: neo4j package
* Refactor GraphCypherQAChain: Update version to 1.0, remove memory input, and enhance prompt handling
- Changed version from 2.0 to 1.0.
- Removed the 'Memory' input parameter from the GraphCypherQAChain.
- Made 'cypherPrompt' optional and improved error handling for prompt validation.
- Updated the 'init' and 'run' methods to streamline input processing and response handling.
- Enhanced streaming response logic based on the 'returnDirect' flag.
* Refactor GraphCypherQAChain: Simplify imports and update init method signature
- Consolidated import statements for better readability.
- Removed the 'input' and 'options' parameters from the 'init' method, streamlining its signature to only accept 'nodeData'.
* add output, format final response, fix optional inputs
---------
Co-authored-by: Henry <hzj94@hotmail.com >
2024-12-23 01:35:53 +00:00
Jérémy JOURDIN
0381a99c4d
[Feature] Repair JSON from LLM in StructuredOutputParserAdvanced ( #3723 )
...
Repair JSON from LLM in StructuredOutputParserAdvanced
Co-authored-by: Henry <hzj94@hotmail.com >
2024-12-21 12:51:56 +00:00
Abhishek Patil
b29523d093
Feature/add composio tool ( #3722 )
...
* feat: add composio tool
* fix: improve error handling & field description
* update composio tools for refresh and sorting
---------
Co-authored-by: Henry <hzj94@hotmail.com >
2024-12-19 13:36:56 +00:00
Ajay Satish
bfd677059e
feat. add epub support #3629 ( #3668 )
...
* feat. add epub support
* Add dependencies
2024-12-12 13:30:31 +00:00
Henry Heng
b087f4c4a1
Release/2.2.2 ( #3673 )
...
flowise@2.2.2 release
2024-12-10 16:14:22 +00:00
Henry Heng
e02045285f
Chore/Bump Pinecone Dep to V4 ( #3646 )
...
* bump dep
* Update pnpm-lock.yaml
* update pinecone to v4
2024-12-06 22:10:57 +00:00
Henry Heng
3b804d7777
Release/2.2.1 ( #3607 )
...
minor patch fix @2.2.1
2024-11-29 13:18:27 +00:00
Henry Heng
3478b39a40
Release/2.2.0 ( #3601 )
...
flowise@2.2.0
2024-11-28 16:05:49 +00:00
Henry Heng
940c8fd3b0
Chore/LC v0.3 ( #3517 )
...
* bump langchain version to 0.3, upgrades on all chat models
* update all docs loader to have documents and text output options
* fix pnpm lock file
2024-11-28 11:06:12 +00:00
Henry Heng
ebf9a98341
Release/2.1.5 ( #3535 )
...
flowise@2.1.5
2024-11-19 16:13:30 +00:00
Henry Heng
38ddbd8283
Feature/Add stripe toolkit ( #3522 )
...
add stripe toolkit
2024-11-15 20:28:07 +00:00
Henry Heng
d0571291b7
Release/2.1.4 ( #3506 )
...
release 2.1.4
2024-11-13 18:39:14 +00:00
Henry Heng
3b72017a10
Chore/bump dep ( #3488 )
...
bump dep
2024-11-12 10:52:47 +00:00
Lucas Mohallem Ferraz
cfe2061322
Update package.json ( #3468 )
...
* Update package.json
Fix #3335 and #3067
openai helpers was introduced in 4.57.3:
https://github.com/openai/openai-node/commit/1e9808ac68a22eb5fa3640a5b33d27af122f50a0
* update openai pnpm lock file
---------
Co-authored-by: Henry <hzj94@hotmail.com >
2024-11-07 19:44:41 +00:00
Prajwal Pai
884dd8949a
Add couchbase vectore store support ( #3093 )
...
* Add couchbase vectore store support
* Uncomment couchbase code
* lint fix
---------
Co-authored-by: Henry <hzj94@hotmail.com >
2024-10-26 02:36:38 +01:00
Henry Heng
95e0f01912
Release/2.1.3 ( #3403 )
...
update flowise@2.1.3
2024-10-23 13:29:25 +01:00