Commit Graph

233 Commits

Author SHA1 Message Date
oleg
17f160ce96 refactor: Update Langchain packages (no-changelog) (#10759) 2024-09-10 17:04:02 +02:00
Eugene
421aa71251 feat(Code Tool Node): Option to specify input schema (#10693) 2024-09-10 13:48:44 +02:00
oleg
96db501a61 fix(Chat Trigger Node): Fix auth in "Embedded Chat" mode (#10734) 2024-09-09 17:33:52 +02:00
oleg
4e89912588 fix(OpenAI Chat Model Node): Prevent filtering of fine-tuned models in model selector (#10662) 2024-09-09 11:12:22 +02:00
github-actions[bot]
f9208ad9a4 🚀 Release 1.58.0 (#10680)
Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
2024-09-05 12:22:13 +02:00
Eugene
aa37c32f26 feat(Text Classifier Node): Add output fixing parser (#10667) 2024-09-05 09:39:44 +02:00
oleg
746e7b89f7 fix(AI Agent Node): Fix tools agent when using memory and Anthropic models (#10513) 2024-09-04 14:45:14 +02:00
oleg
da44fe4b89 feat(core): Implement wrapping of regular nodes as AI Tools (#10641)
Co-authored-by: JP van Oosten <jp@n8n.io>
2024-09-04 12:06:17 +02:00
jeanpaul
650389d907 feat(Postgres PGVector Store Node): Add PGVector vector store node (#10517) 2024-09-03 11:20:00 +02:00
कारतोफ्फेलस्क्रिप्ट™
7fd0c71bdc feat(core): Use ES2021 as the tsconfig target for all backend packages (no-changelog) (#10639) 2024-09-02 17:38:48 +02:00
Michael Kret
9fa1a9aa99 fix: Disable errors obfuscation (no-changelog) (#10617) 2024-08-30 10:59:30 +03:00
Ricardo Espinoza
c4eb3746d7 refactor: Use NodeConnectionType consistently across the code base (no-changelog) (#10595) 2024-08-29 09:55:53 -04:00
github-actions[bot]
e5c7534eba 🚀 Release 1.57.0 (#10587)
Co-authored-by: despairblue <927609+despairblue@users.noreply.github.com>
2024-08-28 13:34:34 +02:00
Iván Ovejero
bc958be93b refactor(core): Convert verbose to debug logs (#10574) 2024-08-28 09:32:53 +02:00
कारतोफ्फेलस्क्रिप्ट™
be52176585 refactor(core): Allow custom types on getCredentials (no-changelog) (#10567) 2024-08-27 15:23:58 +02:00
Eugene
f4be8b950c fix(core): Update zod to the latest version (no-changelog) (#10516) 2024-08-23 14:25:07 +02:00
oleg
84e54beac7 feat(editor): Implement workflowSelector parameter type (#10482) 2024-08-22 16:59:12 +02:00
oleg
bdcc657965 fix(AI Agent Node): Allow AWS Bedrock Chat to be used with conversational agent (#10489) 2024-08-22 10:49:08 +02:00
oleg
5c7cc36c23 feat(AI Agent Node): Add tutorial link to agent node (#10493) 2024-08-22 10:49:01 +02:00
github-actions[bot]
bcc4bb3c57 🚀 Release 1.56.0 (#10502)
Co-authored-by: ShireenMissi <ShireenMissi@users.noreply.github.com>
2024-08-21 16:47:06 +01:00
Michael Kret
0d3ed46199 fix(OpenAI Node): Throw node operations error in case of openAi client error (#10448)
Co-authored-by: Shireen Missi <shireen@n8n.io>
2024-08-16 15:59:50 +01:00
github-actions[bot]
387fa0324d 🚀 Release 1.55.0 (#10411)
Co-authored-by: mutdmour <mutdmour@users.noreply.github.com>
2024-08-14 16:48:45 +02:00
oleg
51a1eddbf0 fix(AI Agent Node): Fix issues with some tools not populating (#10406) 2024-08-14 15:45:50 +02:00
Michael Kret
4d222ac19d feat(AI Transform Node): New node (#10405)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2024-08-14 16:20:02 +03:00
Shireen Missi
bae0116d78 fix: Remove node AI Transform node (no-changelog) (#10400) 2024-08-14 13:01:14 +02:00
कारतोफ्फेलस्क्रिप्ट™
838f13337f feat(core): Upgrade DB drivers (no-changelog) (#10370) 2024-08-14 09:43:59 +02:00
Michael Kret
0de9d56619 feat(AI Transform Node): New node (#9990)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2024-08-07 18:07:48 +03:00
github-actions[bot]
89cd12bb6c 🚀 Release 1.54.0 (#10315)
Co-authored-by: tomi <tomi@users.noreply.github.com>
2024-08-07 13:17:18 +03:00
Eugene
a936680768 feat(HTTP Request Tool Node): Use DynamicStructuredTool with models supporting it (no-changelog) (#10246) 2024-08-07 11:20:17 +02:00
Jon
2a8f1753e8 docs: Fix links to license files in readme (no-changelog) (#10257) 2024-08-06 15:21:57 +01:00
कारतोफ्फेलस्क्रिप्ट™
7e95f9e2e4 fix(core): VM2 sandbox should not throw on new Promise (#10298) 2024-08-06 15:16:33 +02:00
jeanpaul
e3edeaa035 feat(Postgres Chat Memory, Redis Chat Memory, Xata): Add support for context window length (#10203) 2024-08-06 10:42:18 +02:00
oleg
06419d9483 feat(editor): Auto-add LLM chain for new LLM nodes on empty canvas (#10245)
Co-authored-by: JP van Oosten <jp@n8n.io>
2024-08-05 13:59:02 +02:00
Eugene
57d1c9a99e feat(core): Show sub-node error on the logs pane. Open logs pane on sub-node error (#10248) 2024-08-02 16:00:09 +02:00
github-actions[bot]
7ffaec03ea 🚀 Release 1.53.0 (#10266)
Co-authored-by: despairblue <despairblue@users.noreply.github.com>
2024-07-31 14:56:18 +02:00
कारतोफ्फेलस्क्रिप्ट™
2a09a036d2 fix(core): Upgrade @n8n/vm2 to address CVE‑2023‑37466 (#10265) 2024-07-31 14:38:49 +02:00
jeanpaul
452f52c124 fix(Text Classifier Node): Use proper documentation URL and respect continueOnFail (#10216) 2024-07-30 16:19:47 +02:00
कारतोफ्फेलस्क्रिप्ट™
a2d08846d0 ci: Setup pnpm catalog to centralize depedency versions (no-changelog) (#9974) 2024-07-30 13:27:15 +02:00
oleg
6f1d4adf05 refactor: Delete mistakenly commited node file (no-changelog) (#10213) 2024-07-26 15:45:48 +02:00
oleg
5a51b1db5e refactor: Update Langchain modules & add Ollama tools support (#10208) 2024-07-26 14:30:33 +02:00
oleg
8ef0a0c58a feat(Sentiment Analysis Node): Implement Sentiment Analysis node (#10184) 2024-07-26 13:19:06 +02:00
oleg
eb9c69c595 feat(AI Agent Node): Improve agents descriptions (no-changelog) (#10172) 2024-07-25 15:18:55 +02:00
Eugene
3d235b0b2d feat(Information Extractor Node): Add new simplified AI-node for information extraction (#10149) 2024-07-25 14:47:18 +02:00
github-actions[bot]
c22ffd04de 🚀 Release 1.52.0 (#10174)
Co-authored-by: ShireenMissi <ShireenMissi@users.noreply.github.com>
2024-07-24 13:20:06 +01:00
oleg
3846eb967a feat(editor): Split Tools and Models into sub-sections (#10159) 2024-07-23 16:40:28 +02:00
Eugene
7e1eeb4c31 feat(Pinecone Vector Store Node, Supabase Vector Store Node): Add update operation to vector store nodes (#10060) 2024-07-22 16:15:43 +02:00
oleg
a8b5551331 refactor(OpenAI Model Node Node, Google PaLM Language Model Node, Google PaLM Chat Model Node): Mark nodes as deprecated (#10119) 2024-07-19 17:57:50 +02:00
jeanpaul
12d692349d refactor(Text Classifier Node): Mark the text classifier node as black (#10118) 2024-07-19 14:51:03 +02:00
Iván Ovejero
a388cc33d6 refactor: Silence @n8n/nodes-langchain lint warnings (no-changelog) (#10115) 2024-07-19 13:35:15 +02:00
github-actions[bot]
b0abee7eb6 🚀 Release 1.51.0 (#10085)
Co-authored-by: mutdmour <mutdmour@users.noreply.github.com>
2024-07-17 13:50:17 +02:00