-
Notifications
You must be signed in to change notification settings - Fork 431
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
108 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,3 +70,9 @@ For example, you have two n8n instances, one for development and one for product | |
### Infisical version changes | ||
|
||
Infisical version upgrades can introduce problems connecting to n8n. If your Infisical connection stops working, check if there was a recent version change. If so, report the issue to [email protected]. | ||
|
||
### Only set external secrets on credentials owned by an instance owner or admin | ||
|
||
Due to the permissions that instance owners and admins have, it's possible for owners and admins to update credentials owned by another user with a secrets expression. This will appear to work in preview for an instance owner or admin, but the secret won't resolve when the workflow runs in production. | ||
|
||
Only use external secrets for credentials that are owned by an instance admin or owner. This ensures they resolve correctly in production. |
37 changes: 37 additions & 0 deletions
37
...rations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsollama.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: Embeddings Ollama | ||
description: Documentation for the Embeddings Ollama node in n8n, a workflow automation platform. Includes details of operations and configuration, and links to examples and credentials information. | ||
--- | ||
|
||
# Embeddings Ollama | ||
|
||
Use the Embeddings Ollama node to generate embeddings for a given text. | ||
|
||
On this page, you'll find the node parameters for the Embeddings Ollama node, and links to more resources. | ||
|
||
/// note | Credentials | ||
You can find authentication information for this node [here](/integrations/builtin/credentials/ollama/). | ||
/// | ||
|
||
/// note | Examples and templates | ||
For usage examples and templates to help you get started, refer to n8n's [Ollama Embeddings integrations](https://n8n.io/integrations/embeddings-ollama/){:target=_blank .external-link} page. | ||
/// | ||
|
||
--8<-- "_snippets/integrations/builtin/cluster-nodes/sub-node-expression-resolution.md" | ||
|
||
## Node parameters | ||
|
||
**Model**: the model to use to generate the embedding. Learn more about available models in [Ollama's models documentation](https://ollama.ai/library){:target=_blank .external-link}. Choose from: | ||
|
||
* [all-minilm](https://ollama.com/library/all-minilm) (384 Dimensions) | ||
* [nomic-embed-text](https://ollama.com/library/nomic-embed-text) (768 Dimensions) | ||
|
||
|
||
## Related resources | ||
|
||
View [example workflows and related content](https://n8n.io/integrations/embeddings-ollama/){:target=_blank .external-link} on n8n's website. | ||
|
||
Refer to [Langchain's Ollama embeddings documentation](https://js.langchain.com/docs/modules/data_connection/text_embedding/integrations/ollama){:target=_blank .external-link} for more information about the service. | ||
|
||
--8<-- "_snippets/integrations/builtin/cluster-nodes/langchain-overview-link.md" | ||
--8<-- "_glossary/ai-glossary.md" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
docs/integrations/builtin/trigger-nodes/n8n-nodes-base.microsoftoutlooktrigger.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: Microsoft Outlook trigger | ||
description: Documentation for the Microsoft Outlook trigger node in n8n, a workflow automation platform. Includes details of operations and configuration, and links to examples and credentials information. | ||
--- | ||
|
||
# Microsoft Outlook trigger | ||
|
||
Use the Microsoft Outlook trigger node to respond to events in Microsoft Outlook and integrate Microsoft Outlook with other applications. | ||
|
||
On this page, you'll find a list of events the Microsoft Outlook trigger node can respond to, and links to more resources. | ||
|
||
/// note | Credentials | ||
You can find authentication information for this node [here](/integrations/builtin/credentials/microsoft/). | ||
/// | ||
/// note | Examples and templates | ||
For usage examples and templates to help you get started, refer to n8n's [Microsoft Outlook integrations](https://n8n.io/integrations/_Name_/){:target=_blank .external-link} page. | ||
/// | ||
## Events | ||
|
||
* Message Received | ||
|
||
## Related resources | ||
|
||
n8n provides an app node for Microsoft Outlook. You can find the node docs [here](/integrations/builtin/app-nodes/n8n-nodes-base.microsoftoutlook/). | ||
|
||
View [example workflows and related content](https://n8n.io/integrations/_Name_/){:target=_blank .external-link} on n8n's website. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,15 +28,38 @@ n8n uses [semantic versioning](https://semver.org/){:target=_blank .external-lin | |
* MINOR version when adding functionality in a backward-compatible manner. | ||
* PATCH version when making backward-compatible bug fixes. | ||
|
||
## n8n@1.30.1 | ||
## n8n@1.31.0 | ||
|
||
View the [commits](https://github.com/n8n-io/n8n/compare/[email protected]@1.30.1){:target=_blank .external-link} for this version.<br /> | ||
**Release date:** 2024-02-23 | ||
View the [commits](https://github.com/n8n-io/n8n/compare/[email protected]@1.31.0){:target=_blank .external-link} for this version.<br /> | ||
**Release date:** 2024-02-28 | ||
|
||
/// note | Next version | ||
This is the `next` version. n8n recommends using the `latest` version. The `next` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12){:target=_blank .external-link}. | ||
/// | ||
|
||
This release contains new features, new nodes, node enhancements and bug fixes. | ||
|
||
<div class="n8n-new-features" markdown> | ||
|
||
#### New nodes: Microsoft Outlook trigger and Ollama embeddings | ||
|
||
This release adds two new nodes. | ||
|
||
* [Microsoft Outlook Trigger](/integrations/builtin/trigger-nodes/n8n-nodes-base.microsoftoutlooktrigger) | ||
* [Ollama Embeddings](/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsollama) | ||
|
||
</div> | ||
|
||
For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub. | ||
|
||
|
||
## [email protected] | ||
|
||
View the [commits](https://github.com/n8n-io/n8n/compare/[email protected]@1.30.1){:target=_blank .external-link} for this version.<br /> | ||
**Release date:** 2024-02-23 | ||
|
||
|
||
|
||
This release contains bug fixes. | ||
|
||
For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub. | ||
|
@@ -67,6 +90,8 @@ This is the `latest` version. n8n recommends using the `latest` version. The `ne | |
|
||
|
||
|
||
|
||
|
||
This release contains bug fixes. | ||
|
||
For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters