Tutorials
N8N Real Estate AI Agent Tutorial
This comprehensive tutorial will guide you through creating an intelligent real estate agent using N8N workflow automation platform, integrated with Google Docs, Google Sheets, and Zillow API. This AI-powered agent will help you find, analyze, and report on potential real estate investment opportunities. Real estate investment requires analyzing large amounts of property data to identify profitable opportunities. By combining N8N’s workflow automation capabilities with AI, Google services, and real estate data from Zillow, we can create a powerful tool that automates property research, performs investment calculations, and generates detailed reports.
Store Data Types as RAG in n8n
In the rapidly evolving landscape of AI applications, Retrieval-Augmented Generation (RAG) has emerged as a powerful approach to enhance large language models with external knowledge. However, traditional RAG systems often fall short when dealing with complex queries or large knowledThis tutorial will demonstrate how to implement Agentic RAG using Vector Databases and n8n, a powerful workflow automation platform. We’ll explore why reasoning before querying is crucial and how it transforms standard RAG implementations into truly intelligent systems.