This commit is contained in:
Deborah Barnard 2024-07-04 08:58:14 +01:00
parent 9c2fa20807
commit 964cde121a
8 changed files with 15 additions and 16 deletions

View File

@ -1,11 +1,11 @@
---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
title: Jira
title: Jira Software
description: Documentation for the Jira node in n8n, a workflow automation platform. Includes details of operations and configuration, and links to examples and credentials information.
contentType: integration
---
# Jira
# Jira Software
Use the Jira node to automate work in Jira, and integrate Jira with other applications. n8n has built-in support for a wide range of Jira features, including creating, updating, deleting, and getting issues, and users.

View File

@ -1,11 +1,11 @@
---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
title: Microsoft Excel
title: Microsoft Excel 365
description: Documentation for the Microsoft Excel node in n8n, a workflow automation platform. Includes details of operations and configuration, and links to examples and credentials information.
contentType: integration
---
# Microsoft Excel
# Microsoft Excel 365
Use the Microsoft Excel node to automate work in Microsoft Excel, and integrate Microsoft Excel with other applications. n8n has built-in support for a wide range of Microsoft Excel features, including adding and retrieving lists of table data, and workbooks, as well as getting worksheets.

View File

@ -1,11 +1,11 @@
---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
title: QuickBooks
title: QuickBooks Online
description: Documentation for the QuickBooks node in n8n, a workflow automation platform. Includes details of operations and configuration, and links to examples and credentials information.
contentType: integration
---
# QuickBooks
# QuickBooks Online
Use the QuickBooks node to automate work in QuickBooks, and integrate QuickBooks with other applications. n8n has built-in support for a wide range of QuickBooks features, including creating, updating, deleting, and getting bills, customers, employees, estimates, and invoices.

View File

@ -1,11 +1,11 @@
---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
title: X
title: X (Formerly Twitter)
description: Documentation for the X node in n8n, a workflow automation platform. Includes details of operations and configuration, and links to examples and credentials information.
contentType: integration
---
# X
# X (Formerly Twitter)
Use the X node to automate work in X and integrate X with other applications. n8n has built-in support for a wide range of X features, including creating direct messages and deleting, searching, liking, and retweeting a tweet.

View File

@ -1,11 +1,11 @@
---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
title: WhatsApp Business Platform
description: Documentation for the WhatsApp Business Platform node in n8n, a workflow automation platform. Includes details of operations and configuration, and links to examples and credentials information.
title: WhatsApp Business Cloud
description: Documentation for the WhatsApp Business Cloud node in n8n, a workflow automation platform. Includes details of operations and configuration, and links to examples and credentials information.
contentType: integration
---
# WhatsApp Business Platform
# WhatsApp Business Cloud
Use the WhatsApp Business node to automate work in WhatsApp Business, and integrate WhatsApp Business with other applications. n8n has built-in support for a wide range of WhatsApp Business features, including sending messages, and uploading, downloading, and deleting media.

View File

@ -1,10 +1,10 @@
---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
title: In Memory Vector Store
description: Documentation for the In Memory Vector Store node in n8n, a workflow automation platform. Includes details of operations and configuration, and links to examples and credentials information.
title: In-Memory Vector Store
description: Documentation for the In-Memory Vector Store node in n8n, a workflow automation platform. Includes details of operations and configuration, and links to examples and credentials information.
---
# In Memory Vector Store
# In-Memory Vector Store
Use the In Memory Vector Store node to store and retrieve embeddings in n8n's in-app memory.

View File

@ -54,7 +54,7 @@ Available in **Insert Documents** mode. Deletes all data from the namespace befo
## Related resources
View [example workflows and related content](https://n8n.io/integrations/pinecone-insert/){:target=_blank .external-link} on n8n's website.
View [example workflows and related content](https://n8n.io/integrations/pinecone-vector-store/){:target=_blank .external-link} on n8n's website.
Refer to [LangChain's Pinecone documentation](https://js.langchain.com/docs/modules/data_connection/vectorstores/integrations/pinecone){:target=_blank .external-link} for more information about the service.

View File

@ -1,7 +1,6 @@
import requests
import json
import re
import traceback
import urllib.parse
def define_env(env):