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
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
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
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
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
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
Lea
22022642bf
fix: Center circular element in Milvus logo ( #15078 )
2025-05-06 14:12:36 +03: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
Yiorgis Gozadinos
048b9d7589
feat(Milvus Vector Store Node): Add support for the Milvus vector db ( #14404 )
2025-04-08 14:34:40 +02:00
Alex Grozav
2da0c86e4d
refactor: Migrate nodes build system to tsup (no-changelog) ( #14192 )
2025-03-27 17:22:04 +02:00
Alex Grozav
8215e0b59f
refactor: Migrate NodeConnectionType to const object type (no-changelog) ( #14078 )
...
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in >
2025-03-21 14:01:26 +02:00
oleg
e06c552a6a
feat(Simple Vector Store Node): Implement store cleaning based on age/used memory ( #13986 )
2025-03-20 14:44:21 +01:00
Pash10g
3d872287fb
feat(MongoDB Atlas Vector Store Node): Add Mongo db vector store Node ( #12924 )
...
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com >
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com >
Co-authored-by: Shireen Missi <shireen@n8n.io >
2025-03-17 13:59:57 +01:00
oleg
b4672b8deb
refactor: createVectorStoreNode refactoring and embeddings batching support (no-changelog) ( #13674 )
2025-03-13 16:23:06 +01:00
Charlie Kolb
5334661b76
fix(Call n8n Workflow Tool Node): Support concurrent invocations of the tool ( #13526 )
...
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com >
2025-02-26 16:23:31 +01:00
Jaakko Husso
35c00d0c84
feat(editor): Rename 'In-Memory Vector Store' to 'Simple Vector Store' ( #13472 )
2025-02-25 10:13:48 +02:00
कारतोफ्फेलस्क्रिप्ट™
663dfb48de
fix(Postgres PGVector Store Node): Release postgres connections back to the pool ( #12723 )
...
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com >
2025-01-27 11:52:18 +01:00
कारतोफ्फेलस्क्रिप्ट™
202da76380
refactor: Remove usless catch blocks, and add a linting rule to prevent them (no-changelog) ( #12730 )
2025-01-20 18:20:04 +01:00
Danny Martini
35cb10c5e7
refactor(Postgres Node): Backport connection pooling to postgres v1 ( #12484 )
2025-01-16 11:09:12 +01:00
Mutasem Aldmour
3654861886
feat: Update copy for Vector Store Tool modes (no-changelog) ( #12474 )
2025-01-08 13:24:18 +03:00
Mutasem Aldmour
3109de6073
feat: Add load options to new tool mode for vector stores ( #12462 )
2025-01-06 14:59:20 +01:00
Eugene
2433d6b7d3
fix(Zep Vector Store Node): Cloud vector store integration ( #12353 )
2025-01-06 14:46:57 +01:00
Mutasem Aldmour
76dded4bea
feat: Allow using Vector Stores directly as Tools ( #12311 )
...
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com >
2025-01-06 09:07:59 +01:00
Iván Ovejero
95db031aa4
refactor: Introduce explicit-member-accessibility lint rule ( #12325 )
2024-12-20 11:44:01 +01:00
Eugene
01b781a108
fix(editor): Nodes' icon color in dark mode ( #12279 )
2024-12-19 13:05:12 +01:00
कारतोफ्फेलस्क्रिप्ट™
2ce1644d01
refactor(core): Shovel around more of AI code (no-changelog) ( #12218 )
2024-12-16 13:46:19 +01:00
Eugene
40ade15172
fix(In-Memory Vector Store Node): Fix displaying execution data of connected embedding nodes ( #11701 )
2024-11-13 12:07:01 +01:00
कारतोफ्फेलस्क्रिप्ट™
8f5fe05a92
refactor(core): All calls to supplyData should use a distinct context type (no-changelog) ( #11421 )
2024-10-28 11:37:23 +01:00
कारतोफ्फेलस्क्रिप्ट™
8cbe94708e
refactor: Every node class should have a distinct constructor name (no-changelog) ( #11403 )
2024-10-25 09:55:15 +02:00
oleg
fbae17d8fb
fix(Pinecone Vector Store Node): Prevent populating of vectors after manually stopping the execution ( #11288 )
2024-10-17 10:20:46 +02:00
oleg
dbd2ae1995
fix(Postgres PGVector Store Node): Fix filtering in retriever mode ( #11075 )
2024-10-03 12:50:35 +02:00
oleg
72b70d9d98
feat(editor): Support node-creator actions for vector store nodes ( #11032 )
2024-10-01 14:10:08 +02:00
Iván Ovejero
c133a6ef89
refactor(core): Include AI events in log streaming relay ( #10768 )
2024-09-12 12:02:47 +02:00
jeanpaul
650389d907
feat(Postgres PGVector Store Node): Add PGVector vector store node ( #10517 )
2024-09-03 11:20:00 +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
oleg
6f1d4adf05
refactor: Delete mistakenly commited node file (no-changelog) ( #10213 )
2024-07-26 15:45:48 +02:00
oleg
8ef0a0c58a
feat(Sentiment Analysis Node): Implement Sentiment Analysis node ( #10184 )
2024-07-26 13:19:06 +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
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
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
Elias Meire
600013a1ab
feat: Add support for dark mode node icons and colors ( #9412 )
...
Co-authored-by: Giulio Andreini <g.andreini@gmail.com >
2024-06-06 13:34:30 +02:00
कारतोफ्फेलस्क्रिप्ट™
2bdc459bb2
refactor(core): Fix type errors in workflow, core, nodes-langchain, and nodes-base (no-changelog) ( #9450 )
2024-05-22 17:40:52 +02:00
oleg
a136a73e4e
feat: Update Pinecone Vector Store node to support serverless environments ( #8849 )
...
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com >
2024-03-08 16:01:02 +01:00
oleg
0f7ae3f50a
refactor: Update Langchain to 0.1.41 & add support for Claude 3 ( #8825 )
...
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com >
Co-authored-by: Michael Kret <michael.k@radency.com >
2024-03-07 11:36:36 +01:00
oleg
0882dc0ce9
fix: Fix execution error when using AI chain nodes with non-chat model ( #8724 )
...
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com >
2024-02-23 10:27:39 +01:00
Omar Ajoue
7501ad8f3c
feat: Add support for AI log streaming ( #8526 )
...
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com >
2024-02-09 09:41:01 +00:00
Tomi Turtiainen
9a1cc56806
fix: Set '@typescript-eslint/return-await' rule to 'always' for node code (no-changelog) ( #8363 )
...
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in >
2024-01-17 17:08:50 +02:00
Deborah
90404a4b88
docs: Update links in deprecated langchain nodes to avoid linting errors (no-changelog) ( #8273 )
2024-01-09 14:50:00 +01:00