Commit Graph
528 Commits
Author SHA1 Message Date
KSGandGitHub 232b8f6cb1 feat: Add HTTP proxy support for OpenAI Embeddings node (#17173) 2025-07-14 09:58:15 +02:00
Benjamin SchrothandGitHub 2f7ed14a23 fix(Sentiment Analysis Node): Fix problems with first sentiment output (#17233) 2025-07-11 16:39:47 +02:00
jeanpaulandGitHub a34b30acc7 feat(n8n Evaluation Node): Add pre-defined metrics to the "Set Metrics" operation (#17127) 2025-07-11 13:58:26 +02:00
olegandGitHub 2402926573 fix(Token Splitter Node): Cache tokenizer JSONs in memory (#17201) 2025-07-10 19:08:29 +02:00
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
olegandGitHub c37397cb2b feat(Cohere Chat Model Node): Add Cohere Chat Model node (#16888) 2025-07-09 13:20:25 +02:00
olegandGitHub d08f306c83 chore: Fix hot reload for nodes-langchain package (no-changelog) (#17111) 2025-07-09 13:13:07 +02:00
RomanDavydchukandGitHub 0f59eeaf5b feat(Google Gemini Node): New node (#16863) 2025-07-09 13:29:00 +03:00
Mutasem AldmourandGitHub f67581b74d feat(AI Agent Tool Node): Add Agent Tool (#17108) 2025-07-09 11:41:58 +02:00
Benjamin SchrothandGitHub 1a4e4c5e72 fix(AI Agent Node): Prevent fallback input to be added in version <2.1 (#17094) 2025-07-08 12:39:47 +02:00
0547d6f5d2 🚀 Release 1.102.0 (#17075)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-07-07 17:13:34 +02:00
Alex GrozavandGitHub d754ce922d feat: Upgrade nodes-base package to use modern tsconfig.json (no-changelog) (#16884) 2025-07-04 14:55:39 +03:00
Benjamin SchrothandGitHub 5a5848aa42 feat(AI Agent Node): Implement streaming on AI agent node (no-changelog) (#16897) 2025-07-04 09:21:48 +02:00
EugeneandGitHub cfe3699782 feat(LangChain Nodes): Upgrade LangChain and improve proxy handling for LLM nodes (#16778) 2025-07-03 14:22:25 +02:00
Benjamin SchrothandGitHub 58fd1ec325 fix(AI Agent Node): Fix tool-usage with fallback mechanism (#16898) 2025-07-03 09:48:44 +02:00
Duda NogueiraandGitHub 4813c011ec feat: Weaviate Vector Store Node for Langchain (#16856) 2025-07-03 09:35:47 +03:00
Iván OvejeroandGitHub 9ffca02016 chore: Lintfix @n8n/nodes-langchain (#16868) 2025-07-01 14:08:51 +02:00
Benjamin SchrothandGitHub 47bf4b77d3 feat: Implement streaming response node on ChatTrigger and Webhook (no-changelog) (#16761) 2025-07-01 11:03:23 +02:00
Alex GrozavandGitHub c76d94b364 feat: Modernize build and testing for workflow package (no-changelog) (#16771) 2025-06-30 20:02:16 +03:00
173cbe48f1 🚀 Release 1.101.0 (#16835)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-06-30 14:31:31 +02:00
Iván OvejeroandGitHub 7e76222d3c chore: Silence warnings for @n8n/nodes-langchain (#16824) 2025-06-30 11:46:02 +02:00
olegandGitHub c5ec056eb5 fix(Token Splitter Node): Prevent tiktoken blocking on repetitive content (#16769) 2025-06-27 16:08:14 +02:00
Elias MeireandGitHub 0775fd859e build: Update ESLint to v9 (#16639) 2025-06-27 10:42:47 +02:00
Benjamin SchrothandGitHub 6408d5a1b0 feat: Add fallback mechanism for agent and basic chain llm (#16617) 2025-06-26 16:14:03 +02:00
Benjamin SchrothandGitHub 9e61d0b9c0 fix(core): Add retry mechanism to tools (#16667) 2025-06-26 13:11:41 +02:00
EugeneandGitHub 3f6eef1706 feat: Update default Gemini model to gemini-2.5-flash (#16651) 2025-06-25 13:25:31 +02:00
lukaandGitHub 297d3001c0 fix(core): Fix the problem of Windows system building error (#16653) 2025-06-25 09:58:00 +02:00
olegandGitHub d382070e3f refactor(Structured Output Parser Node): Support schema via expression (#16671) 2025-06-25 09:30:52 +02:00
aea8c92281 🚀 Release 1.100.0 (#16628)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-06-23 14:25:00 +02:00
Benjamin SchrothandGitHub 662ac1bb57 fix(Embeddings Google Gemini Node): Use credential host as baseUrl (#16615) 2025-06-23 12:58:56 +02:00
RomanDavydchukandGitHub 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 AldmourGitHubcubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
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
EugeneandGitHub 3969425925 feat(MCP Server Trigger Node): Terminate sessions on DELETE request (#16550) 2025-06-23 08:59:40 +02:00
olegandGitHub 2d638023be feat(Token Splitter Node): Replace remote tiktoken encoding with local implementation (#16548) 2025-06-20 16:08:16 +02:00
Benjamin SchrothandGitHub 79650ea55a feat: Add model selector node (#16371) 2025-06-20 15:30:33 +02:00
EugeneandGitHub 67852b826f chore: Update LangChain dependencies (no-changelog) (#16523) 2025-06-20 11:50:14 +02:00
Mattias PetterssonandGitHub 37a4c4b73e docs: Update README nodes-langchain removing beta copy.md (#16540) 2025-06-20 10:30:53 +02:00
EugeneandGitHub a953218b9d chore: Add telemetry on structured output errors (no-changelog) (#16389) 2025-06-17 08:58:15 +02:00
84a5cc67f7 🚀 Release 1.99.0 (#16381)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-06-16 15:44:12 +03:00
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
jeanpaulandGitHub 24e4be1ece fix(AWS Bedrock Chat Model Node): Update LangChain AWS package (#16323) 2025-06-13 13:55:53 +02:00
olegandGitHub 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 GozadinosandGitHub 8d6e796b92 feat(MCP Server Trigger Node): Support for Streamable HTTP transport in MCP Server (#15833) 2025-06-13 09:33:39 +02:00
2b51ad8cab 🚀 Release 1.98.0 (#16225)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-06-11 11:35:19 +02:00
Yiorgis GozadinosandGitHub 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
Elias MeireandGitHub e3675bdfb4 fix(core): Fix HTTP proxy support in all nodes and other axios requests (#16092) 2025-06-10 14:42:51 +02:00
Ricardo EspinozaandGitHub 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
EugeneandGitHub 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 SchrothandGitHub 969552aeae feat(Vector Store Retriever Node): Add reranker support to retriever for QA chain (#16051) 2025-06-06 13:16:03 +02:00
Nikhil KuriakoseandGitHub 4a6bcffc70 feat(Default Data Loader Node): Minor copy changes (#16053) 2025-06-05 13:50:39 +02:00