Commit Graph

350 Commits

Author SHA1 Message Date
Benjamin Schroth
2f7ed14a23 fix(Sentiment Analysis Node): Fix problems with first sentiment output (#17233) 2025-07-11 16:39:47 +02:00
jeanpaul
a34b30acc7 feat(n8n Evaluation Node): Add pre-defined metrics to the "Set Metrics" operation (#17127) 2025-07-11 13:58:26 +02:00
oleg
2402926573 fix(Token Splitter Node): Cache tokenizer JSONs in memory (#17201) 2025-07-10 19:08:29 +02:00
Benjamin Schroth
3edadb5a75 feat: Update Chat SDK to support streaming responses (#17006)
Co-authored-by: Eugene Molodkin <eugene@n8n.io>
2025-07-10 12:25:29 +02:00
oleg
c37397cb2b feat(Cohere Chat Model Node): Add Cohere Chat Model node (#16888) 2025-07-09 13:20:25 +02:00
RomanDavydchuk
0f59eeaf5b feat(Google Gemini Node): New node (#16863) 2025-07-09 13:29:00 +03:00
Mutasem Aldmour
f67581b74d feat(AI Agent Tool Node): Add Agent Tool (#17108) 2025-07-09 11:41:58 +02:00
Benjamin Schroth
1a4e4c5e72 fix(AI Agent Node): Prevent fallback input to be added in version <2.1 (#17094) 2025-07-08 12:39:47 +02:00
Benjamin Schroth
5a5848aa42 feat(AI Agent Node): Implement streaming on AI agent node (no-changelog) (#16897) 2025-07-04 09:21:48 +02:00
Eugene
cfe3699782 feat(LangChain Nodes): Upgrade LangChain and improve proxy handling for LLM nodes (#16778) 2025-07-03 14:22:25 +02:00
Benjamin Schroth
58fd1ec325 fix(AI Agent Node): Fix tool-usage with fallback mechanism (#16898) 2025-07-03 09:48:44 +02:00
Duda Nogueira
4813c011ec feat: Weaviate Vector Store Node for Langchain (#16856) 2025-07-03 09:35:47 +03:00
Iván Ovejero
9ffca02016 chore: Lintfix @n8n/nodes-langchain (#16868) 2025-07-01 14:08:51 +02:00
Benjamin Schroth
47bf4b77d3 feat: Implement streaming response node on ChatTrigger and Webhook (no-changelog) (#16761) 2025-07-01 11:03:23 +02:00
oleg
c5ec056eb5 fix(Token Splitter Node): Prevent tiktoken blocking on repetitive content (#16769) 2025-06-27 16:08:14 +02:00
Benjamin Schroth
6408d5a1b0 feat: Add fallback mechanism for agent and basic chain llm (#16617) 2025-06-26 16:14:03 +02:00
Benjamin Schroth
9e61d0b9c0 fix(core): Add retry mechanism to tools (#16667) 2025-06-26 13:11:41 +02:00
Eugene
3f6eef1706 feat: Update default Gemini model to gemini-2.5-flash (#16651) 2025-06-25 13:25:31 +02:00
oleg
d382070e3f refactor(Structured Output Parser Node): Support schema via expression (#16671) 2025-06-25 09:30:52 +02:00
Benjamin Schroth
662ac1bb57 fix(Embeddings Google Gemini Node): Use credential host as baseUrl (#16615) 2025-06-23 12:58:56 +02:00
RomanDavydchuk
9346463c6b fix(MongoDB Atlas Vector Store Node): Old credentials used even after credentials are updated/changed (#16471) 2025-06-23 13:30:42 +03:00
Mutasem Aldmour
3c195dd42e fix: Rename chat.css to style.css in chat package build (#16622) (no-changelog)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-06-23 12:20:04 +02:00
Eugene
3969425925 feat(MCP Server Trigger Node): Terminate sessions on DELETE request (#16550) 2025-06-23 08:59:40 +02:00
oleg
2d638023be feat(Token Splitter Node): Replace remote tiktoken encoding with local implementation (#16548) 2025-06-20 16:08:16 +02:00
Benjamin Schroth
79650ea55a feat: Add model selector node (#16371) 2025-06-20 15:30:33 +02:00
Eugene
67852b826f chore: Update LangChain dependencies (no-changelog) (#16523) 2025-06-20 11:50:14 +02:00
Jaakko Husso
d0a313aa1c feat(editor): Add RAG starter template callouts experiment (#16282)
Co-authored-by: Charlie Kolb <charlie@n8n.io>
2025-06-13 17:45:30 +03:00
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