Henry Heng
aea2b184da
Chore/Patch OpenAI Nodes ( #4958 )
...
- update lc community and openai version
- fix chatfireworks
- update reasonings for openai models
- update openai apikey param
2025-07-28 01:17:47 +01:00
Henry Heng
82d16458e4
Bugfix/Update file loader ( #4420 )
...
* update file loader
* delete temp for o1
* fix tavily
2025-05-14 10:30:33 +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
Henry Heng
ac138a7a27
Chore/Claude 3.7 ( #4075 )
...
* add gemini flash
* add gemin flash to vertex
* add gemin-1.5-flash-preview to vertex
* add azure gpt 4o
* add claude 3.5 sonnet
* add mistral nemo
* add groq llama3.1
* add gpt4o-mini to azure
* o1 mini
* add groq llama 3.2
* update anthropic models
* add 3.5 haiku
* update vertex embedding models
* add azure o1 models
* add o3 mini
* add wolframalpha tool
* Update pnpm-lock.yaml
2025-02-24 22:18:03 +00:00
saatchi-david
c0a74782d8
o3-mini Adjustments. ( #4009 )
...
* Update AzureChatOpenAI.ts - corrected reasoning description and default
- Description for reasoning effort only mentioned o1. Added o3.
- Changed reasoning effort default to medium as this is OpenAI's default / what users will most likely expect (https://platform.openai.com/docs/guides/reasoning )
* Update ChatOpenAI.ts - corrected reasoning description and default
- Description for reasoning effort only mentioned o1. Added o3.
- Changed reasoning effort default to medium as this is OpenAI's default / what users will most likely expect (https://platform.openai.com/docs/guides/reasoning )
* Update models.json - add specific model ID for o3-mini
- Added o3-mini-2025-01-31
- Updated "o3-mini" label to "o3-mini (latest)"
This allows the user to choose a specific model ID and avoid the risk of unexpected behavior if the "o3-mini" alias is updated.
2025-02-12 19:20:44 +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
a49177f7fb
Chore/O3 MINI ( #3962 )
...
* add gemini flash
* add gemin flash to vertex
* add gemin-1.5-flash-preview to vertex
* add azure gpt 4o
* add claude 3.5 sonnet
* add mistral nemo
* add groq llama3.1
* add gpt4o-mini to azure
* o1 mini
* add groq llama 3.2
* update anthropic models
* add 3.5 haiku
* update vertex embedding models
* add azure o1 models
* add o3 mini
* add wolframalpha tool
2025-02-01 01:17:40 +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
saatchi-david
36496b1611
Added new gpt4o model and set "gpt 4o (latest)" as default model for ChatOpenAI node. ( #3543 )
...
* Chore/Add gpt-4o-2024-11-20
* add the latest gpt4o model.
* Update models.json - fix linting
* Update models.json - fix linting issue 2
* Updated default model in ChatOpenAI node from gpt 3.5 turbo gpt4o
* Update ChatOpenAI.ts
---------
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2024-11-21 19:28:54 +00:00
Chirag
35ce647a38
Refactor ChatOpenAI_ChatModels to include stopSequence parameter ( #3388 )
...
* Refactor ChatOpenAI_ChatModels to include stopSequence parameter
* lint fix
* Stop Sequence String will now be split by comma
* Update ChatOpenAI.ts
---------
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2024-10-21 16:02:31 +01:00
Trần Thanh Tùng
40a1064a8f
Add chat model open ai proxy url params ( #3153 )
...
* Add chat model open api proxy url param
* Refactor add proxy url to chat model open ai
* Update ChatOpenAI.ts
---------
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2024-09-09 23:10:39 +01:00
Henry Heng
66acd0c000
Feature/add ability to upload file from chat ( #3059 )
...
add ability to upload file from chat
2024-08-25 13:22:48 +01:00
Henry Heng
bca4de0c63
Feature/seq agents ( #2798 )
...
* update build functions
* sequential agents
* update langchain to 0.2, added sequential agent nodes
* add marketplace templates
* update howto wordings
* Merge branch 'main' into feature/Seq-Agents
# Conflicts:
# pnpm-lock.yaml
* update deprecated functions and add new sequential nodes
* add marketplace templates
* update marketplace templates, add structured output to llm node
* add multi agents template
* update llm node with bindmodels
* update cypress version
* update templates sticky note wordings
* update tool node to include human in loop action
* update structured outputs error from models
* update cohere package to resolve google genai pipeThrough bug
* update mistral package version, added message reconstruction before invoke seq agent
* add HITL to agent
* update state messages restructuring
* update load and split methods for s3 directory
2024-07-22 17:46:14 +01:00
Vinod Kiran
ff2381741e
Chore/upgrade llamaindex version ( #2440 )
...
* updates to loader to support file upload
* adding a todo
* upgrade llamaindex
* update groq icon
* update azure models
* update llamaindex version
---------
Co-authored-by: Henry <hzj94@hotmail.com>
2024-05-22 13:35:08 +01:00
Henry Heng
95beaba9d9
Chore/Update langchain version, openai, mistral, vertex, anthropic ( #2180 )
...
* update langchain version, openai, mistral, vertex, anthropic, introduced toolagent
* upgrade @google/generative-ai 0.7.0, replicate and faiss-node
* update cohere ver
* adding chatCohere to streaming
* update gemini to have image upload
* update google genai, remove aiplugin
2024-04-20 02:20:30 +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
louyongjiu
827de07e94
Feature: Add BasePath parameter setting support to ChatOpenAI LlamaIndex ( #2132 )
...
* ChatOpenAI LlamaIndex support BasePath Param
* Add BasePath parameter setting support to ChatOpenAI LlamaIndex
* Add BasePath parameter setting support to ChatOpenAI LlamaIndex
2024-04-09 14:35:23 +01:00
falkor
b177644354
feature/fetch openaiKey via overrideConfig (vars) ( #2018 )
...
* fetch openaiKey via overrideConfig (vars)
* support dynamic openai credentialId via chatflowConfig
* fix lint
2024-03-26 12:05:39 +08:00
Henry Heng
414b9f125c
Bugfix/Avoid hardcoded max tokens ( #2003 )
...
remove hard-coded max tokens
2024-03-25 12:10:31 +08:00
vinodkiran
bce7ff9ada
refactoring of interface into the common interface.ts file and misc changes
2024-03-08 17:59:54 +05:30
vinodkiran
63b8c23072
Addition of Claude for Image uploads
2024-03-07 18:55:24 +05:30
Henry
02735a1f1e
add image upload bugfix and import deps
2024-03-03 00:42:04 +08:00
Henry
e86550a91a
update marketplace templates
2024-02-22 13:44:04 +08:00
vinodkiran
b31e8715f4
reverting all image upload logic to individual chains/agents
2024-02-19 15:27:19 -08:00
Henry
46c47017bd
Merge branch 'main' into FEATURE/Vision
...
# Conflicts:
# packages/components/nodes/agents/ConversationalAgent/ConversationalAgent.ts
# packages/components/nodes/agents/MRKLAgentChat/MRKLAgentChat.ts
# packages/components/nodes/chains/ConversationChain/ConversationChain.ts
# packages/components/nodes/chains/LLMChain/LLMChain.ts
# packages/components/nodes/chatmodels/ChatOpenAI/ChatOpenAI.ts
2024-02-19 20:38:34 +08:00
Henry
5a45a99620
Merge branch 'main' into chore/Upgrade-LC-version
2024-02-19 17:39:32 +08:00
chungyau97
a035940d1d
add gpt-4-1106-vision-preview into ChatOpenAI node
2024-02-17 20:25:20 +08:00
vinodkiran
10fc1bf08d
Multimodal Fixes for cyclic (circular) dependencies during langsmith analysis...
2024-02-16 08:18:58 -05:00
vinodkiran
52ffa1772b
Multimodal Fixes...removing all static methods/variables.
2024-02-15 18:18:36 -05:00
vinodkiran
9c874bb49a
Concurrency fixes - correcting wrong id
2024-02-15 09:08:49 -05:00
vinodkiran
a71c5a109d
fix for concurrent requests for media handling
2024-02-14 13:16:51 -05:00
Henry
86da67f467
add missing human text when image presents
2024-02-14 20:20:43 +08:00
Henry Heng
dcb1ad15e7
Merge branch 'main' into FEATURE/Vision
2024-02-14 18:06:33 +08:00
Henry
73112ad122
Merge branch 'main' into chore/Upgrade-LC-version
...
# Conflicts:
# packages/components/package.json
2024-02-07 02:01:32 +08:00
vinodkiran
c504f91752
Multimodal: guard to check for nodeData before image message insertion.
2024-02-02 17:45:12 -05:00
Henry Heng
340e85da91
Merge pull request #1611 from FlowiseAI/feature/LlamaIndex
...
Feature/llama index
2024-02-02 20:00:21 +00:00
Henry
c5bd4d4168
address configuration fix and add BLOB_STORAGE_PATH env variable
2024-02-02 13:55:38 +00:00
Henry
9cd0362f24
Merge branch 'main' into FEATURE/Vision
...
# Conflicts:
# packages/components/nodes/chains/ConversationChain/ConversationChain.ts
# packages/server/src/index.ts
# packages/server/src/utils/index.ts
2024-02-02 02:54:06 +00:00
Rafael Reis
1522acbf5a
Add gpt-3.5-turbo-0125 to ChatOpenAI.ts
2024-02-01 16:19:30 -03:00
vinodkiran
e81927ee13
SpeechToText: Adding SpeechToText at the Chatflow level.
2024-01-31 07:48:38 -05:00
vinodkiran
4604594c55
SpeechToText: Adding SpeechToText at the Chatflow level.
2024-01-30 21:48:08 -05:00
Henry
02fe500f21
Merge branch 'main' into chore/Upgrade-LC-version
...
# Conflicts:
# packages/components/nodes/cache/RedisCache/RedisCache.ts
# packages/components/nodes/cache/RedisCache/RedisEmbeddingsCache.ts
# packages/components/nodes/chains/ConversationChain/ConversationChain.ts
# packages/components/nodes/tools/RetrieverTool/RetrieverTool.ts
# packages/components/nodes/vectorstores/Qdrant/Qdrant.ts
# packages/components/nodes/vectorstores/Redis/Redis.ts
# packages/components/nodes/vectorstores/Redis/RedisSearchBase.ts
# packages/components/nodes/vectorstores/Redis/Redis_Existing.ts
# packages/components/nodes/vectorstores/Redis/Redis_Upsert.ts
# packages/components/src/agents.ts
2024-01-31 00:25:37 +00:00
Henry
21c47d8049
add subquery engine
2024-01-28 23:46:55 +00:00
Henry
b636b4384c
Merge branch 'main' into feature/LlamaIndex
...
# Conflicts:
# packages/server/src/index.ts
2024-01-27 23:22:05 +00:00
Henry
7b0416b680
Merge branch 'main' into chore/Upgrade-LC-version
...
# Conflicts:
# packages/components/nodes/vectorstores/Qdrant/Qdrant.ts
2024-01-27 00:59:15 +00:00
Henry
a711e21ac7
update embeddings and marketplace templates
2024-01-27 00:52:23 +00:00
Henry
0606d2c6dd
upgrade langchain version 0.1.0
2024-01-26 23:41:55 +00:00
Rafael Reis
274125a289
Update ChatOpenAI.ts
2024-01-25 16:38:15 -03:00
vinodkiran
3ce22d0dde
MultiModal : Adding functionality to base OpenAI Chat Model
2024-01-24 18:25:22 +05:30
Henry
8189f945cc
Merge branch 'main' into feature/LlamaIndex
...
# Conflicts:
# packages/components/nodes/agents/ConversationalAgent/ConversationalAgent.ts
# packages/components/nodes/agents/ConversationalRetrievalAgent/ConversationalRetrievalAgent.ts
# packages/components/nodes/agents/OpenAIAssistant/OpenAIAssistant.ts
# packages/components/nodes/agents/OpenAIFunctionAgent/OpenAIFunctionAgent.ts
# packages/components/nodes/chains/ConversationChain/ConversationChain.ts
# packages/components/nodes/chains/ConversationalRetrievalQAChain/ConversationalRetrievalQAChain.ts
# packages/components/nodes/memory/BufferMemory/BufferMemory.ts
# packages/components/nodes/memory/BufferWindowMemory/BufferWindowMemory.ts
# packages/components/nodes/memory/ConversationSummaryMemory/ConversationSummaryMemory.ts
# packages/components/nodes/memory/DynamoDb/DynamoDb.ts
# packages/components/nodes/memory/MongoDBMemory/MongoDBMemory.ts
# packages/components/nodes/memory/MotorheadMemory/MotorheadMemory.ts
# packages/components/nodes/memory/RedisBackedChatMemory/RedisBackedChatMemory.ts
# packages/components/nodes/memory/UpstashRedisBackedChatMemory/UpstashRedisBackedChatMemory.ts
# packages/components/nodes/memory/ZepMemory/ZepMemory.ts
# packages/components/src/utils.ts
# packages/server/marketplaces/chatflows/Long Term Memory.json
# packages/server/src/index.ts
# packages/server/src/utils/index.ts
2024-01-24 03:00:31 +00:00