Benjamin Schroth

Results 11 issues of Benjamin Schroth

## Summary Add a new node to support using google vertex ai text-embeddings ## Related Linear tickets, Github issues, and Community forum posts https://linear.app/n8n/issue/AI-811/vertex-embeddings ## Review / Merge checklist -...

node/new
n8n team

## Summary Removes the default system message that is passed when using ToolsAgent if no system message was setup by the user. Only happens for newest node version. This should...

node/improvement
n8n team

## Summary Implement partial execution of tool nodes limited to nodes-as-tools for now. Frontend part of PR [#14938](https://github.com/n8n-io/n8n/pull/14938) Needs #14939 To support partial executions of tools the execution triggers on...

core
ui
n8n team

## Summary Implement partial execution of tool nodes limited to nodes-as-tools for now. ## Backend The backend rewires the execution graph to elevate the tool node to the position of...

core
n8n team

## Summary Adds batching options for parallel processing instead of awaiting each langchain call. Implemented for following nodes: - ToolsAgent - ChainSummarizationV2 - InformationExtractor - TextClassifier - QARetrieval - SentimentAnalysis...

node/improvement
n8n team

## Summary This PR implements support for partial execution for all tool nodes. To support all kinds of tools this adds a new hidden node that is able to call...

core
ui
n8n team

## Summary This PR adds back the batching mode to langchain nodes with versioning in the impacted nodes and better handling of default values for batch size and delay between...

n8n team

## Summary This PR fixes an issue with a Bad Request response from Gemini models on the Text Classifier node if the given input text is empty. The Gemini APIs...

n8n team

## Summary This PR fixes an issue introduced in this commit https://github.com/n8n-io/n8n/commit/ff156930c5f1b75da59bc27b424925a5535cd908 . The execution index differs in waiting nodes after execution is picked back up and therefore the update...

n8n team

## Summary This PR simplifies the agent request store and removes unneeded code. The store is now more focused on its intend and doesn't need complex logic to build the...

n8n team