Commit Graph

323 Commits

Author SHA1 Message Date
oleg
ab8a2b0f7e feat(Chat Trigger Node): Fix CSS variable --chat--message--font-size not applying correctly (#16310) 2025-06-13 10:16:18 +02:00
Yiorgis Gozadinos
8d6e796b92 feat(MCP Server Trigger Node): Support for Streamable HTTP transport in MCP Server (#15833) 2025-06-13 09:33:39 +02:00
Yiorgis Gozadinos
5015290dbe fix(Chat Memory Manager Node): Fix simplifyMessages to not overwrite consecutive messages of same type (#16168) 2025-06-11 09:54:49 +02:00
Ricardo Espinoza
7f7b44ae7c fix: Make sure modals are listed when using a free AI credits credential in the OpenAI node (#16030) 2025-06-06 12:09:51 -04:00
Eugene
cb3bb915df fix(AI Agent Node): Allow using LangChain code node as a model for AI Agent (#16096) 2025-06-06 15:45:12 +02:00
Benjamin Schroth
969552aeae feat(Vector Store Retriever Node): Add reranker support to retriever for QA chain (#16051) 2025-06-06 13:16:03 +02:00
Nikhil Kuriakose
4a6bcffc70 feat(Default Data Loader Node): Minor copy changes (#16053) 2025-06-05 13:50:39 +02:00
Yiorgis Gozadinos
e662998c67 fix(Anthropic Chat Model Node): Fix LmChatAnthropic node to work when both thinking is enabled and tools used (#16010) 2025-06-05 13:33:51 +02:00
Eugene
0bea193814 feat(OpenAI Chat Model Node): Update default model to gpt-4.1-mini (#15975) 2025-06-05 13:32:40 +02:00
Eugene
7711e4b052 feat(Structured Output Parser Node): Mark all parameters as required for schemas generated from JSON example (#15935) 2025-06-05 12:11:21 +02:00
Benjamin Schroth
8a1cabe62a feat: Add Cohere reranking capability to vector stores (#16014)
Co-authored-by: Yiorgis Gozadinos <yiorgis@n8n.io>
Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
2025-06-05 10:16:22 +02:00
Eugene
47ad74d137 feat(Structured Output Parser Node): Add notice about $refs support in JSON schema (#15973) 2025-06-05 09:51:03 +02:00
Jaakko Husso
4f07ac394b feat(Structured Output Parser Node): Add auto-fix support to Strucutred Output Parser (#15915) 2025-06-04 12:07:09 +03:00
Nikhil Kuriakose
40850c95b6 feat(Default Data Loader Node): Add default text splitter (#15786)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-06-03 17:14:26 +02:00
Jaakko Husso
103bc20243 feat(editor): Show the simple vector store first in the nodes panel (no-changelog) (#15931) 2025-06-03 17:58:32 +03:00
Jaakko Husso
a9f8b2d46a feat(editor): Use node name as tool name at Vector Store retriever tool nodes (#15917) 2025-06-03 17:57:56 +03:00
कारतोफ्फेलस्क्रिप्ट™
7c806ff532 refactor(core): Refactor some imports to reduce baseline memory usage (#15916) 2025-06-03 11:23:44 +02:00
Yiorgis Gozadinos
07a636eed6 feat(MCP Server Trigger Node): Cleanup MCP server management, use sanitized trigger node's name as name for the MCP server (#15751) 2025-05-29 15:07:17 +02:00
Benjamin Schroth
d5068621e4 chore: Update langchain and langchain/openai packages (#15804) 2025-05-28 17:00:08 +02:00
jeanpaul
cf8b611d14 feat(Anthropic Chat Model Node): Set the new Claude 4 Sonnet model to be the default (#15609) 2025-05-23 08:58:35 +02:00
Jaakko Husso
e5c2aea6fe feat(editor): Use resource locator at Simple Vector Store memory key, allow cross workflow use (#15421)
Remove workflow isolation from in-memory Simple Vector Store, making it possible to use vector stores created on other workflows. Display all current in-memory vector stores with a resource locator at Memory Key picker.

Note that these vector stores are still intended for non-production development use. Any users of an instance can access data in all in-memory vector stores as they aren't bound to workflows.
2025-05-22 23:34:59 +03:00
Benjamin Schroth
bb2f675817 fix(Information Extractor Node): Improve error handling for empty inputs (#15590) 2025-05-22 14:52:23 +02:00
jeanpaul
8fd0738191 fix(Chat Trigger Node): Don't continue when action is load previous session and option is not set (#15438) 2025-05-19 16:21:23 +02:00
oleg
907485d016 feat: Add HTTP proxy for supported LLM nodes (#15449) 2025-05-16 12:23:26 +02:00
jeanpaul
027a479172 fix(OpenAI Node): Hide the option to return URL for gpt-image-1 model (#15392) 2025-05-15 08:55:15 +02:00
Benjamin Schroth
71e5584d28 fix(Text Classifier Node): Return error for empty inputText (#15390) 2025-05-14 16:40:51 +02:00
Benjamin Schroth
c8b9a7fdeb fix(Basic LLM Chain Node): Use JSON parsing for Claude 3.7 with thinking enabled (#15381) 2025-05-14 12:18:15 +02:00
Yiorgis Gozadinos
cd1d6c9dfc fix(AI Agent Node): Fix tool calling when tools run in a loop (#15250)
Co-authored-by: JP van Oosten <jp@n8n.io>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-05-13 14:40:07 +02:00
Benjamin Schroth
ff156930c5 feat: Optimise langchain calls in batching mode (#15243) 2025-05-13 13:58:38 +02:00
oleg
e750d5366e fix(Azure OpenAI Chat Model Node): Simplify Azure Entra ID Authentication and Auto-Refresh token (#15335) 2025-05-13 10:48:51 +02:00
Eugene
a0a4476175 chore: Rename Test workflow -> Execute workflow (#15112) 2025-05-13 09:35:41 +02:00
Benjamin Schroth
8b467e3f56 feat(core): Implement partial execution for all tool nodes (#15168) 2025-05-12 12:31:17 +02:00
Yiorgis Gozadinos
59ba162bd9 feat(MCP Server Trigger Node): Handle multiple tool calls in mcp server trigger (#15064) 2025-05-07 21:37:07 +02:00
Lea
22022642bf fix: Center circular element in Milvus logo (#15078) 2025-05-06 14:12:36 +03:00
oleg
939ff97ec4 fix: Revert AI nodes batching (#15129) 2025-05-06 11:18:11 +02:00
oleg
4b5f045281 feat(Anthropic Chat Model Node): Add configurable base URL for Anthropic API (#15063) 2025-05-05 09:57:10 +02:00
Benjamin Schroth
f3e29d25ed feat: Optimize langchain calls in batching mode (#15011)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-05-02 17:09:31 +02:00
oleg
cf0008500c feat(Azure OpenAI Chat Model Node): Implement Azure Entra ID OAuth2 Authentication (#15003) 2025-04-30 08:42:07 +02:00
कारतोफ्फेलस्क्रिप्ट™
979f9e6327 refactor: Overhaul nodes-testing setup - Part 3 (no-changelog) (#14967) 2025-04-29 17:42:21 +02:00
Charlie Kolb
5ff073bd7b feat(editor): Include NodeDetailsView in URL (#14349) 2025-04-25 10:57:22 +02:00
jeanpaul
897338bd24 fix(AI Agent Node): Prevent adding empty binary message (#14871) 2025-04-24 15:59:38 +02:00
Yiorgis Gozadinos
11379bf656 feat(OpenAI Node): Support gpt-image-1 for image generation (#14870) 2025-04-24 14:10:07 +02:00
Benjamin Schroth
9021e195fa fix(Text Classifier Node): Validate inputText parameter (#14832) 2025-04-23 14:18:36 +02:00
Mutasem Aldmour
6197b0cb6d feat: Group memory nodes into section in nodes panel (#14826) 2025-04-23 13:13:17 +02:00
Yiorgis Gozadinos
0e2eceb33f feat(OpenAI Node): Filter available models by blacklisting rather than whitelisting (#14780) 2025-04-23 11:09:16 +02:00
Charlie Kolb
a8fee9a4f3 feat(HTTP Request Node): Replace HttpRequest Tool with tool version of standalone HttpRequest Node (#14669) 2025-04-16 13:42:59 +02:00
Jaakko Husso
302258dda2 feat(editor): Align DynamicStructuredTool and DynamicTool name fields (#14604)
feat(Code Tool Node): Use node's name instead of separate name field as tool name

feat(Vector Store Tool Node): Use node's name instead of separate name field as tool name

feat(Custom n8n Workflow Tool Node): Use node's name instead of separate name field as tool name
2025-04-16 09:53:53 +03:00
Elias Meire
390c508946 fix(MCP Client Tool Node): Stringify tool result (#14554) 2025-04-14 21:22:07 +02:00
Jon
6748db9c3b fix: Fix issue with Qdrant not always connecting (#14328)
Co-authored-by: Yiorgis Gozadinos <ggozadinos@gmail.com>
2025-04-14 12:58:29 +02:00
कारतोफ्फेलस्क्रिप्ट™
0b460552ba feat(SearXNG Node): Add SearXNG tool (#13218) 2025-04-10 14:37:54 +02:00