Commit Graph

211 Commits

Author SHA1 Message Date
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
oleg
9cbbb6335d feat(Postgres Chat Memory Node): Implement Postgres Chat Memory node (#10071) 2024-07-17 08:25:37 +02:00
oleg
e5dda5731d fix(OpenAI Chat Model Node): Respect baseURL override for /models (#10076) 2024-07-17 08:25:16 +02:00
jeanpaul
89d1782d3b fix(LangChain Code Node): Add clarifying comments to the default code (no-changelog) (#10056) 2024-07-15 14:32:13 +02:00
Michael Kret
04b62e0398 fix: HTTP Request tool - do not error on missing headers (#10044) 2024-07-15 13:28:46 +03:00
Michael Kret
8cd93704be fix: HTTP Request tool - allow hyphens in placeholders (#10037) 2024-07-13 04:42:04 +03:00
jeanpaul
fd833ec079 feat(Text Classifier Node): Change fallback option to a drop-down (no-changelog) (#10039) 2024-07-12 17:11:08 +02:00
oleg
7db16561dc feat(editor): Tweak node creator search logic for AI sub-nodes (#10025)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-07-12 10:43:46 +02:00
Michael Kret
e2dd000d13 fix: Prevent errors processed by n8n to be flagged as internal (no-changelog) (#10023) 2024-07-12 11:13:17 +03:00
Jon
47882161c8 fix: Update logos for Cohere nodes (no-changelog) (#10018) 2024-07-12 08:28:46 +01:00
jeanpaul
28ca7d6a2d feat(Text Classifier Node): Add Text Classifier Node (#9997)
Co-authored-by: oleg <me@olegivaniv.com>
2024-07-11 16:24:03 +02:00
Eugene
071130a2dc feat(Google Vertex Chat Model Node): Add support for Google Vertex AI Chat models (#9970)
Co-authored-by: oleg <oleg@n8n.io>
2024-07-11 14:41:10 +02:00
github-actions[bot]
de9590e10e 🚀 Release 1.50.0 (#10000)
Co-authored-by: netroy <netroy@users.noreply.github.com>
2024-07-10 17:23:31 +02:00
कारतोफ्फेलस्क्रिप्ट™
d2ca8b4b42 ci: Ensure that all published packages have consistent provenance data in package.json (#9994) 2024-07-10 16:43:21 +02:00
कारतोफ्फेलस्क्रिप्ट™
b5b96eb43e ci: Remove unused dependencies (no-changelog) (#9973) 2024-07-09 14:48:24 +02:00
oleg
df783151b8 feat(Chat Trigger Node): Add support for file uploads & harmonize public and development chat (#9802)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-07-09 13:45:41 +02:00
Alex Grozav
aca38a8f9c feat: Simplify n8n/chat build process (no-changelog) (#9952)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-07-05 15:44:19 +03:00
Michael Kret
fbe4bca634 feat: Qdrant Vector Store search filter (#9900)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
2024-07-04 15:16:35 +03:00
github-actions[bot]
47cd411436 🚀 Release 1.49.0 (#9927)
Co-authored-by: cstuncsik <cstuncsik@users.noreply.github.com>
2024-07-03 15:29:45 +02:00
कारतोफ्फेलस्क्रिप्ट™
962f0d7134 ci: Update codecov setup (no-changelog) (#9852) 2024-07-03 10:37:04 +02:00
KhDu
403e19b3e3 feat(Embeddings Cohere Node): Add v3 Cohere models (#9887) 2024-07-03 08:58:54 +01:00
Pavlo Paliychuk
41c47a28a9 feat: Add Zep Cloud Memory component (#9657) 2024-07-01 14:32:26 +02:00
oleg
df2bc84d2b feat(Vector Store Tool Node): Add Vector Store Tool (#9865)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-06-27 13:21:03 +02:00