mirror of
https://github.com/wassupjay/n8n-free-templates.git
synced 2025-12-29 16:14:46 +00:00
main
This commit is contained in:
11
Real_Estate/README.md
Normal file
11
Real_Estate/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Real_Estate Templates
|
||||
- **lead_scoring_with_mls_data.json** – pinecone/openai/huggingface
|
||||
- **rental_price_estimator.json** – supabase/cohere/anthropic
|
||||
- **neighborhood_safety_insights.json** – redis/huggingface/anthropic
|
||||
- **mortgage_rate_alert.json** – pinecone/openai/huggingface
|
||||
- **property_description_generator.json** – supabase/huggingface/huggingface
|
||||
- **tenant_screening_summary.json** – pinecone/cohere/huggingface
|
||||
- **open_house_reminder.json** – supabase/cohere/openai
|
||||
- **real_estate_market_trend_report.json** – weaviate/cohere/anthropic
|
||||
- **hoa_fee_analyzer.json** – weaviate/huggingface/anthropic
|
||||
- **zoning_regulation_checker.json** – redis/openai/huggingface
|
||||
299
Real_Estate/hoa_fee_analyzer.json
Normal file
299
Real_Estate/hoa_fee_analyzer.json
Normal file
@@ -0,0 +1,299 @@
|
||||
{
|
||||
"name": "HOA Fee Analyzer",
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {
|
||||
"content": "## HOA Fee Analyzer",
|
||||
"height": 520,
|
||||
"width": 1100
|
||||
},
|
||||
"id": "4afac323-5876-45a8-bccd-7dcbeb0d05ae",
|
||||
"name": "Sticky",
|
||||
"type": "n8n-nodes-base.stickyNote",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-500,
|
||||
-250
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"httpMethod": "POST",
|
||||
"path": "hoa_fee_analyzer"
|
||||
},
|
||||
"id": "170dc7af-c8e4-4420-9a4e-80c0a62ff3df",
|
||||
"name": "Webhook",
|
||||
"type": "n8n-nodes-base.webhook",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-300,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"chunkSize": 400,
|
||||
"chunkOverlap": 40
|
||||
},
|
||||
"id": "bbf26500-857a-47ce-9dab-5a1bbc3a0029",
|
||||
"name": "Splitter",
|
||||
"type": "@n8n/n8n-nodes-langchain.textSplitterCharacterTextSplitter",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-100,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"model": "default"
|
||||
},
|
||||
"id": "dc4d3b33-40b8-4414-81e6-ca74e48ad493",
|
||||
"name": "Embeddings",
|
||||
"type": "@n8n/n8n-nodes-langchain.embeddingsHuggingFace",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
100,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"huggingFaceApi": {
|
||||
"id": "HF_API",
|
||||
"name": "HuggingFace"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"mode": "insert",
|
||||
"indexName": "hoa_fee_analyzer"
|
||||
},
|
||||
"id": "e96269e1-5bf2-4422-afc4-b33472a46cf2",
|
||||
"name": "Insert",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreWeaviate",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
300,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"weaviateApi": {
|
||||
"id": "WEAVIATE_API",
|
||||
"name": "Weaviate account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"indexName": "hoa_fee_analyzer"
|
||||
},
|
||||
"id": "02a2e7c7-2457-467f-adec-04c8b3f7da82",
|
||||
"name": "Query",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreWeaviate",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
300,
|
||||
-180
|
||||
],
|
||||
"credentials": {
|
||||
"weaviateApi": {
|
||||
"id": "WEAVIATE_API",
|
||||
"name": "Weaviate account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"name": "Weaviate"
|
||||
},
|
||||
"id": "0de505bb-2592-406d-92dc-f56bc9bb6f3f",
|
||||
"name": "Tool",
|
||||
"type": "@n8n/n8n-nodes-langchain.toolVectorStore",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
480,
|
||||
-180
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "132e0e2b-e8e4-43c8-841e-d89830fa7a7f",
|
||||
"name": "Memory",
|
||||
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
|
||||
"typeVersion": 1.3,
|
||||
"position": [
|
||||
480,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "a5bd7242-10d9-4386-8d3d-dfa03c4e369a",
|
||||
"name": "Chat",
|
||||
"type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
480,
|
||||
-340
|
||||
],
|
||||
"credentials": {
|
||||
"anthropicApi": {
|
||||
"id": "ANTHROPIC_API",
|
||||
"name": "Anthropic"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"promptType": "define",
|
||||
"text": "={{ $json }}"
|
||||
},
|
||||
"id": "d991fa78-4870-4dc8-ae72-c1f25a91a61e",
|
||||
"name": "Agent",
|
||||
"type": "@n8n/n8n-nodes-langchain.agent",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
760,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"operation": "append",
|
||||
"documentId": "SHEET_ID",
|
||||
"sheetName": "Log"
|
||||
},
|
||||
"id": "f898e01a-ebd6-40aa-b6c3-1c513f398ef8",
|
||||
"name": "Sheet",
|
||||
"type": "n8n-nodes-base.googleSheets",
|
||||
"typeVersion": 4,
|
||||
"position": [
|
||||
960,
|
||||
-40
|
||||
],
|
||||
"credentials": {
|
||||
"googleSheetsOAuth2Api": {
|
||||
"id": "SHEETS_API",
|
||||
"name": "Sheets"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Webhook": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Splitter",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Memory",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Splitter": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Embeddings",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"ai_textSplitter": [
|
||||
[
|
||||
{
|
||||
"node": "Insert",
|
||||
"type": "ai_textSplitter",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Embeddings": {
|
||||
"ai_embedding": [
|
||||
[
|
||||
{
|
||||
"node": "Insert",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Query",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Insert": {
|
||||
"ai_document": [
|
||||
[]
|
||||
]
|
||||
},
|
||||
"Query": {
|
||||
"ai_vectorStore": [
|
||||
[
|
||||
{
|
||||
"node": "Tool",
|
||||
"type": "ai_vectorStore",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Tool": {
|
||||
"ai_tool": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_tool",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Memory": {
|
||||
"ai_memory": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_memory",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Chat": {
|
||||
"ai_languageModel": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_languageModel",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Agent": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Sheet",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"executionOrder": "v1"
|
||||
}
|
||||
}
|
||||
299
Real_Estate/lead_scoring_with_mls_data.json
Normal file
299
Real_Estate/lead_scoring_with_mls_data.json
Normal file
@@ -0,0 +1,299 @@
|
||||
{
|
||||
"name": "Lead Scoring with MLS Data",
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {
|
||||
"content": "## Lead Scoring with MLS Data",
|
||||
"height": 520,
|
||||
"width": 1100
|
||||
},
|
||||
"id": "b3e798e0-f54d-43bf-9115-803ed5440da0",
|
||||
"name": "Sticky",
|
||||
"type": "n8n-nodes-base.stickyNote",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-500,
|
||||
-250
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"httpMethod": "POST",
|
||||
"path": "lead_scoring_with_mls_data"
|
||||
},
|
||||
"id": "91731293-a22d-4e7f-a326-e4370193b2ec",
|
||||
"name": "Webhook",
|
||||
"type": "n8n-nodes-base.webhook",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-300,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"chunkSize": 400,
|
||||
"chunkOverlap": 40
|
||||
},
|
||||
"id": "c66ae7bb-3ce4-49f9-aa05-74097ff017d1",
|
||||
"name": "Splitter",
|
||||
"type": "@n8n/n8n-nodes-langchain.textSplitterCharacterTextSplitter",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-100,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"model": "default"
|
||||
},
|
||||
"id": "dd94a3be-6fef-4337-a815-2ea920012b1e",
|
||||
"name": "Embeddings",
|
||||
"type": "@n8n/n8n-nodes-langchain.embeddingsOpenAi",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
100,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"openAiApi": {
|
||||
"id": "OPENAI_API",
|
||||
"name": "OpenAI"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"mode": "insert",
|
||||
"indexName": "lead_scoring_with_mls_data"
|
||||
},
|
||||
"id": "11d992bd-c645-440a-b946-c8603d2e52a5",
|
||||
"name": "Insert",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStorePinecone",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
300,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"pineconeApi": {
|
||||
"id": "PINECONE_API",
|
||||
"name": "Pinecone account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"indexName": "lead_scoring_with_mls_data"
|
||||
},
|
||||
"id": "d6d1a18d-3612-438e-8509-1dd7c6e2f6a4",
|
||||
"name": "Query",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStorePinecone",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
300,
|
||||
-180
|
||||
],
|
||||
"credentials": {
|
||||
"pineconeApi": {
|
||||
"id": "PINECONE_API",
|
||||
"name": "Pinecone account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"name": "Pinecone"
|
||||
},
|
||||
"id": "6d3594e7-3e47-41cd-810e-4d415bea9e31",
|
||||
"name": "Tool",
|
||||
"type": "@n8n/n8n-nodes-langchain.toolVectorStore",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
480,
|
||||
-180
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "7ad970e6-4176-4eac-b242-904e6cd0011b",
|
||||
"name": "Memory",
|
||||
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
|
||||
"typeVersion": 1.3,
|
||||
"position": [
|
||||
480,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "d6c9338c-bc66-4036-9a16-ca9e9e302e90",
|
||||
"name": "Chat",
|
||||
"type": "@n8n/n8n-nodes-langchain.lmChatHf",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
480,
|
||||
-340
|
||||
],
|
||||
"credentials": {
|
||||
"huggingFaceApi": {
|
||||
"id": "HF_API",
|
||||
"name": "HuggingFace"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"promptType": "define",
|
||||
"text": "={{ $json }}"
|
||||
},
|
||||
"id": "8ee19830-3676-4825-bad4-e7768bd6be95",
|
||||
"name": "Agent",
|
||||
"type": "@n8n/n8n-nodes-langchain.agent",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
760,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"operation": "append",
|
||||
"documentId": "SHEET_ID",
|
||||
"sheetName": "Log"
|
||||
},
|
||||
"id": "a6a6cccb-aa45-42da-bbf1-198fba885857",
|
||||
"name": "Sheet",
|
||||
"type": "n8n-nodes-base.googleSheets",
|
||||
"typeVersion": 4,
|
||||
"position": [
|
||||
960,
|
||||
-40
|
||||
],
|
||||
"credentials": {
|
||||
"googleSheetsOAuth2Api": {
|
||||
"id": "SHEETS_API",
|
||||
"name": "Sheets"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Webhook": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Splitter",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Memory",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Splitter": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Embeddings",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"ai_textSplitter": [
|
||||
[
|
||||
{
|
||||
"node": "Insert",
|
||||
"type": "ai_textSplitter",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Embeddings": {
|
||||
"ai_embedding": [
|
||||
[
|
||||
{
|
||||
"node": "Insert",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Query",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Insert": {
|
||||
"ai_document": [
|
||||
[]
|
||||
]
|
||||
},
|
||||
"Query": {
|
||||
"ai_vectorStore": [
|
||||
[
|
||||
{
|
||||
"node": "Tool",
|
||||
"type": "ai_vectorStore",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Tool": {
|
||||
"ai_tool": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_tool",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Memory": {
|
||||
"ai_memory": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_memory",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Chat": {
|
||||
"ai_languageModel": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_languageModel",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Agent": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Sheet",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"executionOrder": "v1"
|
||||
}
|
||||
}
|
||||
299
Real_Estate/mortgage_rate_alert.json
Normal file
299
Real_Estate/mortgage_rate_alert.json
Normal file
@@ -0,0 +1,299 @@
|
||||
{
|
||||
"name": "Mortgage Rate Alert",
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {
|
||||
"content": "## Mortgage Rate Alert",
|
||||
"height": 520,
|
||||
"width": 1100
|
||||
},
|
||||
"id": "e7f69fa7-a800-43bc-b113-061d37523f4d",
|
||||
"name": "Sticky",
|
||||
"type": "n8n-nodes-base.stickyNote",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-500,
|
||||
-250
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"httpMethod": "POST",
|
||||
"path": "mortgage_rate_alert"
|
||||
},
|
||||
"id": "3b8e8fe5-3986-44f2-9306-790e2ae3119f",
|
||||
"name": "Webhook",
|
||||
"type": "n8n-nodes-base.webhook",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-300,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"chunkSize": 400,
|
||||
"chunkOverlap": 40
|
||||
},
|
||||
"id": "dc561d99-0499-4c81-a7e5-e59ced66a2d5",
|
||||
"name": "Splitter",
|
||||
"type": "@n8n/n8n-nodes-langchain.textSplitterCharacterTextSplitter",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-100,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"model": "default"
|
||||
},
|
||||
"id": "e867ce4b-bebb-484e-a69c-4e287cc7c6bd",
|
||||
"name": "Embeddings",
|
||||
"type": "@n8n/n8n-nodes-langchain.embeddingsOpenAi",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
100,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"openAiApi": {
|
||||
"id": "OPENAI_API",
|
||||
"name": "OpenAI"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"mode": "insert",
|
||||
"indexName": "mortgage_rate_alert"
|
||||
},
|
||||
"id": "2e5ebbc6-b41e-403b-a20f-32335c185615",
|
||||
"name": "Insert",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStorePinecone",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
300,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"pineconeApi": {
|
||||
"id": "PINECONE_API",
|
||||
"name": "Pinecone account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"indexName": "mortgage_rate_alert"
|
||||
},
|
||||
"id": "1bba824c-3bf0-478e-9a44-80dcf4354cec",
|
||||
"name": "Query",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStorePinecone",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
300,
|
||||
-180
|
||||
],
|
||||
"credentials": {
|
||||
"pineconeApi": {
|
||||
"id": "PINECONE_API",
|
||||
"name": "Pinecone account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"name": "Pinecone"
|
||||
},
|
||||
"id": "94bd1fe4-881f-4ce5-8bed-5d3af96b97a2",
|
||||
"name": "Tool",
|
||||
"type": "@n8n/n8n-nodes-langchain.toolVectorStore",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
480,
|
||||
-180
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "b637c592-cb50-44c1-adb9-011e8777c26d",
|
||||
"name": "Memory",
|
||||
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
|
||||
"typeVersion": 1.3,
|
||||
"position": [
|
||||
480,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "39f9a420-6a85-4abe-abb4-b467878e582f",
|
||||
"name": "Chat",
|
||||
"type": "@n8n/n8n-nodes-langchain.lmChatHf",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
480,
|
||||
-340
|
||||
],
|
||||
"credentials": {
|
||||
"huggingFaceApi": {
|
||||
"id": "HF_API",
|
||||
"name": "HuggingFace"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"promptType": "define",
|
||||
"text": "={{ $json }}"
|
||||
},
|
||||
"id": "6a52cdd2-c9b3-450f-8131-0f1acaa404ce",
|
||||
"name": "Agent",
|
||||
"type": "@n8n/n8n-nodes-langchain.agent",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
760,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"operation": "append",
|
||||
"documentId": "SHEET_ID",
|
||||
"sheetName": "Log"
|
||||
},
|
||||
"id": "b7bb9fa0-cdd0-4ea7-b2ee-b0279939be98",
|
||||
"name": "Sheet",
|
||||
"type": "n8n-nodes-base.googleSheets",
|
||||
"typeVersion": 4,
|
||||
"position": [
|
||||
960,
|
||||
-40
|
||||
],
|
||||
"credentials": {
|
||||
"googleSheetsOAuth2Api": {
|
||||
"id": "SHEETS_API",
|
||||
"name": "Sheets"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Webhook": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Splitter",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Memory",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Splitter": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Embeddings",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"ai_textSplitter": [
|
||||
[
|
||||
{
|
||||
"node": "Insert",
|
||||
"type": "ai_textSplitter",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Embeddings": {
|
||||
"ai_embedding": [
|
||||
[
|
||||
{
|
||||
"node": "Insert",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Query",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Insert": {
|
||||
"ai_document": [
|
||||
[]
|
||||
]
|
||||
},
|
||||
"Query": {
|
||||
"ai_vectorStore": [
|
||||
[
|
||||
{
|
||||
"node": "Tool",
|
||||
"type": "ai_vectorStore",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Tool": {
|
||||
"ai_tool": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_tool",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Memory": {
|
||||
"ai_memory": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_memory",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Chat": {
|
||||
"ai_languageModel": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_languageModel",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Agent": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Sheet",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"executionOrder": "v1"
|
||||
}
|
||||
}
|
||||
299
Real_Estate/neighborhood_safety_insights.json
Normal file
299
Real_Estate/neighborhood_safety_insights.json
Normal file
@@ -0,0 +1,299 @@
|
||||
{
|
||||
"name": "Neighborhood Safety Insights",
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {
|
||||
"content": "## Neighborhood Safety Insights",
|
||||
"height": 520,
|
||||
"width": 1100
|
||||
},
|
||||
"id": "6d429e9f-4cf4-413c-992a-934cb55c8e16",
|
||||
"name": "Sticky",
|
||||
"type": "n8n-nodes-base.stickyNote",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-500,
|
||||
-250
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"httpMethod": "POST",
|
||||
"path": "neighborhood_safety_insights"
|
||||
},
|
||||
"id": "8ef7fb3d-575d-4892-8afc-54c302c80b3d",
|
||||
"name": "Webhook",
|
||||
"type": "n8n-nodes-base.webhook",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-300,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"chunkSize": 400,
|
||||
"chunkOverlap": 40
|
||||
},
|
||||
"id": "5b0b3f59-3490-48b0-bfe2-8327f49e9916",
|
||||
"name": "Splitter",
|
||||
"type": "@n8n/n8n-nodes-langchain.textSplitterCharacterTextSplitter",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-100,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"model": "default"
|
||||
},
|
||||
"id": "bc814284-3660-429f-afc4-32ce5c43cb7d",
|
||||
"name": "Embeddings",
|
||||
"type": "@n8n/n8n-nodes-langchain.embeddingsHuggingFace",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
100,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"huggingFaceApi": {
|
||||
"id": "HF_API",
|
||||
"name": "HuggingFace"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"mode": "insert",
|
||||
"indexName": "neighborhood_safety_insights"
|
||||
},
|
||||
"id": "fa876356-58fc-4c4d-9eaf-d375d986a76d",
|
||||
"name": "Insert",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreRedis",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
300,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"redisApi": {
|
||||
"id": "REDIS_API",
|
||||
"name": "Redis account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"indexName": "neighborhood_safety_insights"
|
||||
},
|
||||
"id": "1fe7c854-514d-4365-9f40-5d5e443a9fec",
|
||||
"name": "Query",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreRedis",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
300,
|
||||
-180
|
||||
],
|
||||
"credentials": {
|
||||
"redisApi": {
|
||||
"id": "REDIS_API",
|
||||
"name": "Redis account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"name": "Redis"
|
||||
},
|
||||
"id": "2a2a28cf-9d1b-40b6-ab5f-24a1ff1b27b6",
|
||||
"name": "Tool",
|
||||
"type": "@n8n/n8n-nodes-langchain.toolVectorStore",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
480,
|
||||
-180
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "0c114c70-0c3d-4f76-b177-948a72857f4a",
|
||||
"name": "Memory",
|
||||
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
|
||||
"typeVersion": 1.3,
|
||||
"position": [
|
||||
480,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "2ed19d0b-5981-4187-ae4a-db60bba6b82a",
|
||||
"name": "Chat",
|
||||
"type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
480,
|
||||
-340
|
||||
],
|
||||
"credentials": {
|
||||
"anthropicApi": {
|
||||
"id": "ANTHROPIC_API",
|
||||
"name": "Anthropic"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"promptType": "define",
|
||||
"text": "={{ $json }}"
|
||||
},
|
||||
"id": "fd4845a4-e13e-4ca4-af76-ec8b63b63502",
|
||||
"name": "Agent",
|
||||
"type": "@n8n/n8n-nodes-langchain.agent",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
760,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"operation": "append",
|
||||
"documentId": "SHEET_ID",
|
||||
"sheetName": "Log"
|
||||
},
|
||||
"id": "9dbfe97d-d0d7-4bb0-a9bc-8cc20d6becb2",
|
||||
"name": "Sheet",
|
||||
"type": "n8n-nodes-base.googleSheets",
|
||||
"typeVersion": 4,
|
||||
"position": [
|
||||
960,
|
||||
-40
|
||||
],
|
||||
"credentials": {
|
||||
"googleSheetsOAuth2Api": {
|
||||
"id": "SHEETS_API",
|
||||
"name": "Sheets"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Webhook": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Splitter",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Memory",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Splitter": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Embeddings",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"ai_textSplitter": [
|
||||
[
|
||||
{
|
||||
"node": "Insert",
|
||||
"type": "ai_textSplitter",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Embeddings": {
|
||||
"ai_embedding": [
|
||||
[
|
||||
{
|
||||
"node": "Insert",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Query",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Insert": {
|
||||
"ai_document": [
|
||||
[]
|
||||
]
|
||||
},
|
||||
"Query": {
|
||||
"ai_vectorStore": [
|
||||
[
|
||||
{
|
||||
"node": "Tool",
|
||||
"type": "ai_vectorStore",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Tool": {
|
||||
"ai_tool": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_tool",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Memory": {
|
||||
"ai_memory": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_memory",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Chat": {
|
||||
"ai_languageModel": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_languageModel",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Agent": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Sheet",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"executionOrder": "v1"
|
||||
}
|
||||
}
|
||||
299
Real_Estate/open_house_reminder.json
Normal file
299
Real_Estate/open_house_reminder.json
Normal file
@@ -0,0 +1,299 @@
|
||||
{
|
||||
"name": "Open House Reminder",
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {
|
||||
"content": "## Open House Reminder",
|
||||
"height": 520,
|
||||
"width": 1100
|
||||
},
|
||||
"id": "f924cb54-ba11-4cb7-8f29-71b0baca8062",
|
||||
"name": "Sticky",
|
||||
"type": "n8n-nodes-base.stickyNote",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-500,
|
||||
-250
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"httpMethod": "POST",
|
||||
"path": "open_house_reminder"
|
||||
},
|
||||
"id": "4f2c3ae0-9c02-4921-9127-b8be22f97c79",
|
||||
"name": "Webhook",
|
||||
"type": "n8n-nodes-base.webhook",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-300,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"chunkSize": 400,
|
||||
"chunkOverlap": 40
|
||||
},
|
||||
"id": "f8085896-3869-4b45-81a1-fb35887c6582",
|
||||
"name": "Splitter",
|
||||
"type": "@n8n/n8n-nodes-langchain.textSplitterCharacterTextSplitter",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-100,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"model": "default"
|
||||
},
|
||||
"id": "c3060c67-0183-4888-bb93-afdc90167a4b",
|
||||
"name": "Embeddings",
|
||||
"type": "@n8n/n8n-nodes-langchain.embeddingsCohere",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
100,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"cohereApi": {
|
||||
"id": "COHERE_API",
|
||||
"name": "Cohere"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"mode": "insert",
|
||||
"indexName": "open_house_reminder"
|
||||
},
|
||||
"id": "33aa151a-e859-41bb-beaf-9ba3d6b372f7",
|
||||
"name": "Insert",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreSupabase",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
300,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"supabaseApi": {
|
||||
"id": "SUPABASE_API",
|
||||
"name": "Supabase account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"indexName": "open_house_reminder"
|
||||
},
|
||||
"id": "4831a728-1c61-4914-95ea-3d50700018e2",
|
||||
"name": "Query",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreSupabase",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
300,
|
||||
-180
|
||||
],
|
||||
"credentials": {
|
||||
"supabaseApi": {
|
||||
"id": "SUPABASE_API",
|
||||
"name": "Supabase account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"name": "Supabase"
|
||||
},
|
||||
"id": "df6c51f6-7b94-444a-9501-32086e7e463c",
|
||||
"name": "Tool",
|
||||
"type": "@n8n/n8n-nodes-langchain.toolVectorStore",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
480,
|
||||
-180
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "392846c4-b5f2-42f8-96f7-9db4226f700e",
|
||||
"name": "Memory",
|
||||
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
|
||||
"typeVersion": 1.3,
|
||||
"position": [
|
||||
480,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "fcd7abdb-6cb0-4ea6-a9ff-26ad5460c10f",
|
||||
"name": "Chat",
|
||||
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
480,
|
||||
-340
|
||||
],
|
||||
"credentials": {
|
||||
"openAiApi": {
|
||||
"id": "OPENAI_API",
|
||||
"name": "OpenAI"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"promptType": "define",
|
||||
"text": "={{ $json }}"
|
||||
},
|
||||
"id": "6b05f764-5f33-462f-be12-e3d119822653",
|
||||
"name": "Agent",
|
||||
"type": "@n8n/n8n-nodes-langchain.agent",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
760,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"operation": "append",
|
||||
"documentId": "SHEET_ID",
|
||||
"sheetName": "Log"
|
||||
},
|
||||
"id": "b87baeaf-550a-4ae0-88ae-4ac16afb6ba1",
|
||||
"name": "Sheet",
|
||||
"type": "n8n-nodes-base.googleSheets",
|
||||
"typeVersion": 4,
|
||||
"position": [
|
||||
960,
|
||||
-40
|
||||
],
|
||||
"credentials": {
|
||||
"googleSheetsOAuth2Api": {
|
||||
"id": "SHEETS_API",
|
||||
"name": "Sheets"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Webhook": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Splitter",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Memory",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Splitter": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Embeddings",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"ai_textSplitter": [
|
||||
[
|
||||
{
|
||||
"node": "Insert",
|
||||
"type": "ai_textSplitter",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Embeddings": {
|
||||
"ai_embedding": [
|
||||
[
|
||||
{
|
||||
"node": "Insert",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Query",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Insert": {
|
||||
"ai_document": [
|
||||
[]
|
||||
]
|
||||
},
|
||||
"Query": {
|
||||
"ai_vectorStore": [
|
||||
[
|
||||
{
|
||||
"node": "Tool",
|
||||
"type": "ai_vectorStore",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Tool": {
|
||||
"ai_tool": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_tool",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Memory": {
|
||||
"ai_memory": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_memory",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Chat": {
|
||||
"ai_languageModel": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_languageModel",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Agent": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Sheet",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"executionOrder": "v1"
|
||||
}
|
||||
}
|
||||
299
Real_Estate/property_description_generator.json
Normal file
299
Real_Estate/property_description_generator.json
Normal file
@@ -0,0 +1,299 @@
|
||||
{
|
||||
"name": "Property Description Generator",
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {
|
||||
"content": "## Property Description Generator",
|
||||
"height": 520,
|
||||
"width": 1100
|
||||
},
|
||||
"id": "de9e99d7-55a7-4ab5-be65-a76562417c9e",
|
||||
"name": "Sticky",
|
||||
"type": "n8n-nodes-base.stickyNote",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-500,
|
||||
-250
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"httpMethod": "POST",
|
||||
"path": "property_description_generator"
|
||||
},
|
||||
"id": "95eaae13-d097-4ee7-850c-dde459bb204a",
|
||||
"name": "Webhook",
|
||||
"type": "n8n-nodes-base.webhook",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-300,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"chunkSize": 400,
|
||||
"chunkOverlap": 40
|
||||
},
|
||||
"id": "7fc75187-cc83-48d5-a7e9-dae38978b806",
|
||||
"name": "Splitter",
|
||||
"type": "@n8n/n8n-nodes-langchain.textSplitterCharacterTextSplitter",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-100,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"model": "default"
|
||||
},
|
||||
"id": "9290b626-0263-42be-b96f-5a577b128620",
|
||||
"name": "Embeddings",
|
||||
"type": "@n8n/n8n-nodes-langchain.embeddingsHuggingFace",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
100,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"huggingFaceApi": {
|
||||
"id": "HF_API",
|
||||
"name": "HuggingFace"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"mode": "insert",
|
||||
"indexName": "property_description_generator"
|
||||
},
|
||||
"id": "1e94decf-e2a7-4e6f-b319-6ff1a44eef83",
|
||||
"name": "Insert",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreSupabase",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
300,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"supabaseApi": {
|
||||
"id": "SUPABASE_API",
|
||||
"name": "Supabase account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"indexName": "property_description_generator"
|
||||
},
|
||||
"id": "312a60d1-dcba-4181-b287-a5ecb3469e2e",
|
||||
"name": "Query",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreSupabase",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
300,
|
||||
-180
|
||||
],
|
||||
"credentials": {
|
||||
"supabaseApi": {
|
||||
"id": "SUPABASE_API",
|
||||
"name": "Supabase account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"name": "Supabase"
|
||||
},
|
||||
"id": "8ab3c450-26e0-4b87-a68e-663ab7cfad16",
|
||||
"name": "Tool",
|
||||
"type": "@n8n/n8n-nodes-langchain.toolVectorStore",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
480,
|
||||
-180
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "c87803e6-a97d-4ef9-8c10-e5758445cbc7",
|
||||
"name": "Memory",
|
||||
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
|
||||
"typeVersion": 1.3,
|
||||
"position": [
|
||||
480,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "31cfc461-50a1-422a-9ef3-6cdfa690b52b",
|
||||
"name": "Chat",
|
||||
"type": "@n8n/n8n-nodes-langchain.lmChatHf",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
480,
|
||||
-340
|
||||
],
|
||||
"credentials": {
|
||||
"huggingFaceApi": {
|
||||
"id": "HF_API",
|
||||
"name": "HuggingFace"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"promptType": "define",
|
||||
"text": "={{ $json }}"
|
||||
},
|
||||
"id": "beb92ab9-ec72-4327-9b30-fdddfd9216e7",
|
||||
"name": "Agent",
|
||||
"type": "@n8n/n8n-nodes-langchain.agent",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
760,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"operation": "append",
|
||||
"documentId": "SHEET_ID",
|
||||
"sheetName": "Log"
|
||||
},
|
||||
"id": "cee3fcdc-0dc6-4dee-9863-767b4fd805a6",
|
||||
"name": "Sheet",
|
||||
"type": "n8n-nodes-base.googleSheets",
|
||||
"typeVersion": 4,
|
||||
"position": [
|
||||
960,
|
||||
-40
|
||||
],
|
||||
"credentials": {
|
||||
"googleSheetsOAuth2Api": {
|
||||
"id": "SHEETS_API",
|
||||
"name": "Sheets"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Webhook": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Splitter",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Memory",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Splitter": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Embeddings",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"ai_textSplitter": [
|
||||
[
|
||||
{
|
||||
"node": "Insert",
|
||||
"type": "ai_textSplitter",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Embeddings": {
|
||||
"ai_embedding": [
|
||||
[
|
||||
{
|
||||
"node": "Insert",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Query",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Insert": {
|
||||
"ai_document": [
|
||||
[]
|
||||
]
|
||||
},
|
||||
"Query": {
|
||||
"ai_vectorStore": [
|
||||
[
|
||||
{
|
||||
"node": "Tool",
|
||||
"type": "ai_vectorStore",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Tool": {
|
||||
"ai_tool": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_tool",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Memory": {
|
||||
"ai_memory": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_memory",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Chat": {
|
||||
"ai_languageModel": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_languageModel",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Agent": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Sheet",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"executionOrder": "v1"
|
||||
}
|
||||
}
|
||||
299
Real_Estate/real_estate_market_trend_report.json
Normal file
299
Real_Estate/real_estate_market_trend_report.json
Normal file
@@ -0,0 +1,299 @@
|
||||
{
|
||||
"name": "Real Estate Market Trend Report",
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {
|
||||
"content": "## Real Estate Market Trend Report",
|
||||
"height": 520,
|
||||
"width": 1100
|
||||
},
|
||||
"id": "e5cd3533-af52-45ca-8e52-6086b7d244ea",
|
||||
"name": "Sticky",
|
||||
"type": "n8n-nodes-base.stickyNote",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-500,
|
||||
-250
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"httpMethod": "POST",
|
||||
"path": "real_estate_market_trend_report"
|
||||
},
|
||||
"id": "0501dc92-8312-4244-a68e-0d6c798f9278",
|
||||
"name": "Webhook",
|
||||
"type": "n8n-nodes-base.webhook",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-300,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"chunkSize": 400,
|
||||
"chunkOverlap": 40
|
||||
},
|
||||
"id": "1570ba94-787d-4f3b-b5b5-e614db90bc8d",
|
||||
"name": "Splitter",
|
||||
"type": "@n8n/n8n-nodes-langchain.textSplitterCharacterTextSplitter",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-100,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"model": "default"
|
||||
},
|
||||
"id": "f4bd6310-ca6e-46c6-bc83-7e15c0588619",
|
||||
"name": "Embeddings",
|
||||
"type": "@n8n/n8n-nodes-langchain.embeddingsCohere",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
100,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"cohereApi": {
|
||||
"id": "COHERE_API",
|
||||
"name": "Cohere"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"mode": "insert",
|
||||
"indexName": "real_estate_market_trend_report"
|
||||
},
|
||||
"id": "d69bb710-b962-4b60-98cf-efefae8ed524",
|
||||
"name": "Insert",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreWeaviate",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
300,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"weaviateApi": {
|
||||
"id": "WEAVIATE_API",
|
||||
"name": "Weaviate account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"indexName": "real_estate_market_trend_report"
|
||||
},
|
||||
"id": "5aed1ad1-1c3d-4f04-bf89-a3aa11cf4557",
|
||||
"name": "Query",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreWeaviate",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
300,
|
||||
-180
|
||||
],
|
||||
"credentials": {
|
||||
"weaviateApi": {
|
||||
"id": "WEAVIATE_API",
|
||||
"name": "Weaviate account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"name": "Weaviate"
|
||||
},
|
||||
"id": "10f720a6-db13-4540-a66c-e62e9d8c9aaf",
|
||||
"name": "Tool",
|
||||
"type": "@n8n/n8n-nodes-langchain.toolVectorStore",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
480,
|
||||
-180
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "9d5f774a-3ac5-4bef-9e43-7184c59b3f7f",
|
||||
"name": "Memory",
|
||||
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
|
||||
"typeVersion": 1.3,
|
||||
"position": [
|
||||
480,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "4b64717e-3152-429e-822a-8714766070e3",
|
||||
"name": "Chat",
|
||||
"type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
480,
|
||||
-340
|
||||
],
|
||||
"credentials": {
|
||||
"anthropicApi": {
|
||||
"id": "ANTHROPIC_API",
|
||||
"name": "Anthropic"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"promptType": "define",
|
||||
"text": "={{ $json }}"
|
||||
},
|
||||
"id": "a381694b-832c-4be6-b93a-e3077a8a8efe",
|
||||
"name": "Agent",
|
||||
"type": "@n8n/n8n-nodes-langchain.agent",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
760,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"operation": "append",
|
||||
"documentId": "SHEET_ID",
|
||||
"sheetName": "Log"
|
||||
},
|
||||
"id": "cc085301-7d71-4b78-a0f2-6b35f03cfe00",
|
||||
"name": "Sheet",
|
||||
"type": "n8n-nodes-base.googleSheets",
|
||||
"typeVersion": 4,
|
||||
"position": [
|
||||
960,
|
||||
-40
|
||||
],
|
||||
"credentials": {
|
||||
"googleSheetsOAuth2Api": {
|
||||
"id": "SHEETS_API",
|
||||
"name": "Sheets"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Webhook": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Splitter",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Memory",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Splitter": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Embeddings",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"ai_textSplitter": [
|
||||
[
|
||||
{
|
||||
"node": "Insert",
|
||||
"type": "ai_textSplitter",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Embeddings": {
|
||||
"ai_embedding": [
|
||||
[
|
||||
{
|
||||
"node": "Insert",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Query",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Insert": {
|
||||
"ai_document": [
|
||||
[]
|
||||
]
|
||||
},
|
||||
"Query": {
|
||||
"ai_vectorStore": [
|
||||
[
|
||||
{
|
||||
"node": "Tool",
|
||||
"type": "ai_vectorStore",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Tool": {
|
||||
"ai_tool": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_tool",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Memory": {
|
||||
"ai_memory": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_memory",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Chat": {
|
||||
"ai_languageModel": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_languageModel",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Agent": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Sheet",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"executionOrder": "v1"
|
||||
}
|
||||
}
|
||||
299
Real_Estate/rental_price_estimator.json
Normal file
299
Real_Estate/rental_price_estimator.json
Normal file
@@ -0,0 +1,299 @@
|
||||
{
|
||||
"name": "Rental Price Estimator",
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {
|
||||
"content": "## Rental Price Estimator",
|
||||
"height": 520,
|
||||
"width": 1100
|
||||
},
|
||||
"id": "522a1c32-482c-4ac3-83bf-a8ae38f035e9",
|
||||
"name": "Sticky",
|
||||
"type": "n8n-nodes-base.stickyNote",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-500,
|
||||
-250
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"httpMethod": "POST",
|
||||
"path": "rental_price_estimator"
|
||||
},
|
||||
"id": "8b1409f9-abae-4c17-8049-ef854d2875b4",
|
||||
"name": "Webhook",
|
||||
"type": "n8n-nodes-base.webhook",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-300,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"chunkSize": 400,
|
||||
"chunkOverlap": 40
|
||||
},
|
||||
"id": "75e1adde-fad5-43b1-aff6-61a6f37dd10c",
|
||||
"name": "Splitter",
|
||||
"type": "@n8n/n8n-nodes-langchain.textSplitterCharacterTextSplitter",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-100,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"model": "default"
|
||||
},
|
||||
"id": "cfaa3081-4cb7-412b-83c0-8dcc28a25224",
|
||||
"name": "Embeddings",
|
||||
"type": "@n8n/n8n-nodes-langchain.embeddingsCohere",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
100,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"cohereApi": {
|
||||
"id": "COHERE_API",
|
||||
"name": "Cohere"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"mode": "insert",
|
||||
"indexName": "rental_price_estimator"
|
||||
},
|
||||
"id": "50813f68-ed6d-46b4-81bd-c44b22b4b378",
|
||||
"name": "Insert",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreSupabase",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
300,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"supabaseApi": {
|
||||
"id": "SUPABASE_API",
|
||||
"name": "Supabase account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"indexName": "rental_price_estimator"
|
||||
},
|
||||
"id": "654d535f-97a6-42b2-8f62-fc5ee805807e",
|
||||
"name": "Query",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreSupabase",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
300,
|
||||
-180
|
||||
],
|
||||
"credentials": {
|
||||
"supabaseApi": {
|
||||
"id": "SUPABASE_API",
|
||||
"name": "Supabase account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"name": "Supabase"
|
||||
},
|
||||
"id": "dfeb7f91-ab52-42b5-b776-1fd67d9fbd79",
|
||||
"name": "Tool",
|
||||
"type": "@n8n/n8n-nodes-langchain.toolVectorStore",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
480,
|
||||
-180
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "3614aecd-22e9-449b-8368-8e238c50faa9",
|
||||
"name": "Memory",
|
||||
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
|
||||
"typeVersion": 1.3,
|
||||
"position": [
|
||||
480,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "bc73d731-23d4-4294-ad6c-c8a6efe5e7e4",
|
||||
"name": "Chat",
|
||||
"type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
480,
|
||||
-340
|
||||
],
|
||||
"credentials": {
|
||||
"anthropicApi": {
|
||||
"id": "ANTHROPIC_API",
|
||||
"name": "Anthropic"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"promptType": "define",
|
||||
"text": "={{ $json }}"
|
||||
},
|
||||
"id": "18a6cf50-4848-4e94-bf5a-c7638f772ab7",
|
||||
"name": "Agent",
|
||||
"type": "@n8n/n8n-nodes-langchain.agent",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
760,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"operation": "append",
|
||||
"documentId": "SHEET_ID",
|
||||
"sheetName": "Log"
|
||||
},
|
||||
"id": "3ba0b33e-9b94-4e0f-82a1-a51408b9ad0d",
|
||||
"name": "Sheet",
|
||||
"type": "n8n-nodes-base.googleSheets",
|
||||
"typeVersion": 4,
|
||||
"position": [
|
||||
960,
|
||||
-40
|
||||
],
|
||||
"credentials": {
|
||||
"googleSheetsOAuth2Api": {
|
||||
"id": "SHEETS_API",
|
||||
"name": "Sheets"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Webhook": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Splitter",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Memory",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Splitter": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Embeddings",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"ai_textSplitter": [
|
||||
[
|
||||
{
|
||||
"node": "Insert",
|
||||
"type": "ai_textSplitter",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Embeddings": {
|
||||
"ai_embedding": [
|
||||
[
|
||||
{
|
||||
"node": "Insert",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Query",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Insert": {
|
||||
"ai_document": [
|
||||
[]
|
||||
]
|
||||
},
|
||||
"Query": {
|
||||
"ai_vectorStore": [
|
||||
[
|
||||
{
|
||||
"node": "Tool",
|
||||
"type": "ai_vectorStore",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Tool": {
|
||||
"ai_tool": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_tool",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Memory": {
|
||||
"ai_memory": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_memory",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Chat": {
|
||||
"ai_languageModel": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_languageModel",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Agent": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Sheet",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"executionOrder": "v1"
|
||||
}
|
||||
}
|
||||
299
Real_Estate/tenant_screening_summary.json
Normal file
299
Real_Estate/tenant_screening_summary.json
Normal file
@@ -0,0 +1,299 @@
|
||||
{
|
||||
"name": "Tenant Screening Summary",
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {
|
||||
"content": "## Tenant Screening Summary",
|
||||
"height": 520,
|
||||
"width": 1100
|
||||
},
|
||||
"id": "3b33eebf-9222-4bd3-b76f-184d65d84dab",
|
||||
"name": "Sticky",
|
||||
"type": "n8n-nodes-base.stickyNote",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-500,
|
||||
-250
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"httpMethod": "POST",
|
||||
"path": "tenant_screening_summary"
|
||||
},
|
||||
"id": "18fe7bca-e67c-47c4-b3ff-1026e4ea6dd2",
|
||||
"name": "Webhook",
|
||||
"type": "n8n-nodes-base.webhook",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-300,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"chunkSize": 400,
|
||||
"chunkOverlap": 40
|
||||
},
|
||||
"id": "49839ad9-502f-469b-a079-ef2ca8f2f0dd",
|
||||
"name": "Splitter",
|
||||
"type": "@n8n/n8n-nodes-langchain.textSplitterCharacterTextSplitter",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-100,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"model": "default"
|
||||
},
|
||||
"id": "647d7561-8466-4208-8895-e9fcb704ac2a",
|
||||
"name": "Embeddings",
|
||||
"type": "@n8n/n8n-nodes-langchain.embeddingsCohere",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
100,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"cohereApi": {
|
||||
"id": "COHERE_API",
|
||||
"name": "Cohere"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"mode": "insert",
|
||||
"indexName": "tenant_screening_summary"
|
||||
},
|
||||
"id": "e490ed00-02f9-425c-b529-3b5a3083255e",
|
||||
"name": "Insert",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStorePinecone",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
300,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"pineconeApi": {
|
||||
"id": "PINECONE_API",
|
||||
"name": "Pinecone account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"indexName": "tenant_screening_summary"
|
||||
},
|
||||
"id": "18a368e6-b6ba-459d-96ea-0155c46b2685",
|
||||
"name": "Query",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStorePinecone",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
300,
|
||||
-180
|
||||
],
|
||||
"credentials": {
|
||||
"pineconeApi": {
|
||||
"id": "PINECONE_API",
|
||||
"name": "Pinecone account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"name": "Pinecone"
|
||||
},
|
||||
"id": "a83bba45-b696-4930-a9a0-926690456afa",
|
||||
"name": "Tool",
|
||||
"type": "@n8n/n8n-nodes-langchain.toolVectorStore",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
480,
|
||||
-180
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "ee95789c-9e70-4905-883d-7cc66e61490b",
|
||||
"name": "Memory",
|
||||
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
|
||||
"typeVersion": 1.3,
|
||||
"position": [
|
||||
480,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "e6431ed2-a268-483d-b15c-a3ab0a795fd1",
|
||||
"name": "Chat",
|
||||
"type": "@n8n/n8n-nodes-langchain.lmChatHf",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
480,
|
||||
-340
|
||||
],
|
||||
"credentials": {
|
||||
"huggingFaceApi": {
|
||||
"id": "HF_API",
|
||||
"name": "HuggingFace"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"promptType": "define",
|
||||
"text": "={{ $json }}"
|
||||
},
|
||||
"id": "8c55a527-e45c-4813-997b-ec051d3b9529",
|
||||
"name": "Agent",
|
||||
"type": "@n8n/n8n-nodes-langchain.agent",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
760,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"operation": "append",
|
||||
"documentId": "SHEET_ID",
|
||||
"sheetName": "Log"
|
||||
},
|
||||
"id": "51d31d49-cc35-42ed-b760-e79e47b451e7",
|
||||
"name": "Sheet",
|
||||
"type": "n8n-nodes-base.googleSheets",
|
||||
"typeVersion": 4,
|
||||
"position": [
|
||||
960,
|
||||
-40
|
||||
],
|
||||
"credentials": {
|
||||
"googleSheetsOAuth2Api": {
|
||||
"id": "SHEETS_API",
|
||||
"name": "Sheets"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Webhook": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Splitter",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Memory",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Splitter": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Embeddings",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"ai_textSplitter": [
|
||||
[
|
||||
{
|
||||
"node": "Insert",
|
||||
"type": "ai_textSplitter",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Embeddings": {
|
||||
"ai_embedding": [
|
||||
[
|
||||
{
|
||||
"node": "Insert",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Query",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Insert": {
|
||||
"ai_document": [
|
||||
[]
|
||||
]
|
||||
},
|
||||
"Query": {
|
||||
"ai_vectorStore": [
|
||||
[
|
||||
{
|
||||
"node": "Tool",
|
||||
"type": "ai_vectorStore",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Tool": {
|
||||
"ai_tool": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_tool",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Memory": {
|
||||
"ai_memory": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_memory",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Chat": {
|
||||
"ai_languageModel": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_languageModel",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Agent": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Sheet",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"executionOrder": "v1"
|
||||
}
|
||||
}
|
||||
299
Real_Estate/zoning_regulation_checker.json
Normal file
299
Real_Estate/zoning_regulation_checker.json
Normal file
@@ -0,0 +1,299 @@
|
||||
{
|
||||
"name": "Zoning Regulation Checker",
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {
|
||||
"content": "## Zoning Regulation Checker",
|
||||
"height": 520,
|
||||
"width": 1100
|
||||
},
|
||||
"id": "07d635fb-5ea6-40db-8eb3-477a78c63232",
|
||||
"name": "Sticky",
|
||||
"type": "n8n-nodes-base.stickyNote",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-500,
|
||||
-250
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"httpMethod": "POST",
|
||||
"path": "zoning_regulation_checker"
|
||||
},
|
||||
"id": "3f13da25-c4d9-47c5-b521-2c2e25635ec3",
|
||||
"name": "Webhook",
|
||||
"type": "n8n-nodes-base.webhook",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-300,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"chunkSize": 400,
|
||||
"chunkOverlap": 40
|
||||
},
|
||||
"id": "e4a8e3ef-15b9-4e2a-876b-1d29f56cd0fa",
|
||||
"name": "Splitter",
|
||||
"type": "@n8n/n8n-nodes-langchain.textSplitterCharacterTextSplitter",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-100,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"model": "default"
|
||||
},
|
||||
"id": "b40a547d-4b1c-43b3-9820-732c263ce7fd",
|
||||
"name": "Embeddings",
|
||||
"type": "@n8n/n8n-nodes-langchain.embeddingsOpenAi",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
100,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"openAiApi": {
|
||||
"id": "OPENAI_API",
|
||||
"name": "OpenAI"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"mode": "insert",
|
||||
"indexName": "zoning_regulation_checker"
|
||||
},
|
||||
"id": "d29b865b-9909-4fc4-8785-9a04eb7eee35",
|
||||
"name": "Insert",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreRedis",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
300,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"redisApi": {
|
||||
"id": "REDIS_API",
|
||||
"name": "Redis account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"indexName": "zoning_regulation_checker"
|
||||
},
|
||||
"id": "5ffa1b33-c404-4135-b7fc-097a7af026ed",
|
||||
"name": "Query",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreRedis",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
300,
|
||||
-180
|
||||
],
|
||||
"credentials": {
|
||||
"redisApi": {
|
||||
"id": "REDIS_API",
|
||||
"name": "Redis account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"name": "Redis"
|
||||
},
|
||||
"id": "b2752bb3-20d7-43dd-83b5-3a9103d7cd46",
|
||||
"name": "Tool",
|
||||
"type": "@n8n/n8n-nodes-langchain.toolVectorStore",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
480,
|
||||
-180
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "c6319312-5f09-4f7e-8590-0f2c17a5b88c",
|
||||
"name": "Memory",
|
||||
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
|
||||
"typeVersion": 1.3,
|
||||
"position": [
|
||||
480,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "6da6b757-2fdf-4f85-8e2a-a1d4e15ec9fc",
|
||||
"name": "Chat",
|
||||
"type": "@n8n/n8n-nodes-langchain.lmChatHf",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
480,
|
||||
-340
|
||||
],
|
||||
"credentials": {
|
||||
"huggingFaceApi": {
|
||||
"id": "HF_API",
|
||||
"name": "HuggingFace"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"promptType": "define",
|
||||
"text": "={{ $json }}"
|
||||
},
|
||||
"id": "b5fda3af-1de8-41ba-a7f1-3f0ac4625110",
|
||||
"name": "Agent",
|
||||
"type": "@n8n/n8n-nodes-langchain.agent",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
760,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"operation": "append",
|
||||
"documentId": "SHEET_ID",
|
||||
"sheetName": "Log"
|
||||
},
|
||||
"id": "a01be5c7-9426-4835-b2b9-3d03d1b6622b",
|
||||
"name": "Sheet",
|
||||
"type": "n8n-nodes-base.googleSheets",
|
||||
"typeVersion": 4,
|
||||
"position": [
|
||||
960,
|
||||
-40
|
||||
],
|
||||
"credentials": {
|
||||
"googleSheetsOAuth2Api": {
|
||||
"id": "SHEETS_API",
|
||||
"name": "Sheets"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Webhook": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Splitter",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Memory",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Splitter": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Embeddings",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"ai_textSplitter": [
|
||||
[
|
||||
{
|
||||
"node": "Insert",
|
||||
"type": "ai_textSplitter",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Embeddings": {
|
||||
"ai_embedding": [
|
||||
[
|
||||
{
|
||||
"node": "Insert",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Query",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Insert": {
|
||||
"ai_document": [
|
||||
[]
|
||||
]
|
||||
},
|
||||
"Query": {
|
||||
"ai_vectorStore": [
|
||||
[
|
||||
{
|
||||
"node": "Tool",
|
||||
"type": "ai_vectorStore",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Tool": {
|
||||
"ai_tool": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_tool",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Memory": {
|
||||
"ai_memory": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_memory",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Chat": {
|
||||
"ai_languageModel": [
|
||||
[
|
||||
{
|
||||
"node": "Agent",
|
||||
"type": "ai_languageModel",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Agent": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Sheet",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"executionOrder": "v1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user