Skip to content

Commit

Permalink
Merge branch 'main' into DOC-715
Browse files Browse the repository at this point in the history
  • Loading branch information
freakwriter committed Mar 4, 2024
2 parents ab0f8ce + 816bd45 commit 7efda9a
Show file tree
Hide file tree
Showing 10 changed files with 108 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _snippets/self-hosting/installation/latest-next-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
n8n releases a new minor version most weeks. The `latest` version is for production use. `next` is the most recent release. You should treat `next` as a beta: it may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12){:target=_blank .external-link}.

Current `latest`: 1.29.1
Current `next`: 1.30.1
Current `next`: 1.31.0
///
1 change: 1 addition & 0 deletions docs/advanced-ai/langchain/langchain-n8n.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ Available nodes:
* [Embeddings Google PaLM](/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsgooglepalm/)
* [Embeddings Hugging Face Inference](/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingshuggingfaceinference/)
* [Embeddings Mistral Cloud](/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsmistralcloud/)
* [Embeddings Ollama](/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsollama/)
* [Embeddings OpenAI](/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsopenai/)

Learn more about [Text embeddings in LangChain](https://js.langchain.com/docs/modules/data_connection/text_embedding/){:target=_blank .external-link}.
Expand Down
6 changes: 6 additions & 0 deletions docs/external-secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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"
2 changes: 1 addition & 1 deletion docs/integrations/builtin/credentials/clearbit.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Create a [Clearbit](https://www.clearbit.com/){:target=_blank .external-link} ac

## Supported authentication methods

n8n supports authenticating Clearbit with an API key.
n8n supports authenticating Clearbit with an API key. To get your API key, log in to the [Clearbit dashboard](https://dashboard.clearbit.com/api){:target=_blank .external-link}.

## Related resources

Expand Down
1 change: 1 addition & 0 deletions docs/integrations/builtin/credentials/ollama.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ You can use these credentials to authenticate the following nodes:

* [Ollama](/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmollama/)
* [Chat Ollama](/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatollama/)
* [Embeddings Ollama](/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsollama/)

## Prerequisites

Expand Down
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.

31 changes: 28 additions & 3 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
5 changes: 3 additions & 2 deletions docs/user-management/account-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ There are three account types, owner, admin, and member. The account type affect
To use admin accounts, you need a pro or enterprise plan.
///

* Owner: this is the account that set up user management. There's one owner account for each n8n instance. You can't transfer ownership.
* Owner: this is the account that set up user management. There's one owner account for each n8n instance. You can't transfer ownership to another user, but you can change the email of the owner account instead.
The owner can:
* Add and remove users, including admin users
* Upgrade members to admin, and downgrade admins to member
* See and share all workflows
* See and share all credentials (but not see the sensitive information)
* See, edit, and share all credentials (but not see the sensitive information)
* Delete tags
* Set up and use [Source control](/source-control-environments/)
* Admin: elevated permissions within the app.
Expand All @@ -27,6 +27,7 @@ To use admin accounts, you need a pro or enterprise plan.
Members can:
* See all workflow tags, create new tags, and assign tags to their workflows. Members can't delete tags.
* Change their own password.
* Change their own email.
* See their own workflows.

/// note | Create a member-level account for the owner
Expand Down
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ nav:
- Binary data: data/binary-data.md
- Manage n8n Cloud:
- Overview: manage-cloud/overview.md
- Acces the Cloud admin dashboard: manage-cloud/cloud-admin-dashboard.md
- Access the Cloud admin dashboard: manage-cloud/cloud-admin-dashboard.md
- Update your n8n Cloud version: manage-cloud/update-cloud-version.md
- Set the timezone: manage-cloud/set-cloud-timezone.md
- Cloud IP addresses: manage-cloud/cloud-ip.md
Expand Down Expand Up @@ -688,6 +688,7 @@ nav:
- integrations/builtin/trigger-nodes/n8n-nodes-base.mailerlitetrigger.md
- integrations/builtin/trigger-nodes/n8n-nodes-base.mailjettrigger.md
- integrations/builtin/trigger-nodes/n8n-nodes-base.mautictrigger.md
- integrations/builtin/trigger-nodes/n8n-nodes-base.microsoftoutlooktrigger.md
- integrations/builtin/trigger-nodes/n8n-nodes-base.mqtttrigger.md
- integrations/builtin/trigger-nodes/n8n-nodes-base.netlifytrigger.md
- integrations/builtin/trigger-nodes/n8n-nodes-base.notiontrigger.md
Expand Down Expand Up @@ -744,6 +745,7 @@ nav:
- integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsgooglepalm.md
- integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingshuggingfaceinference.md
- integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsmistralcloud.md
- integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsollama.md
- integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsopenai.md
- integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatanthropic.md
- integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatawsbedrock.md
Expand Down

0 comments on commit 7efda9a

Please sign in to comment.