workflows.fit
Back to n8n workflows
n8n templateFreeBy Pinecone

Handle guest inquiries for multiple rentals with Pinecone Assistant and GPT-4.1

Vacation rental property manager with multiple Assistants šŸ› ļø Read about how multi-domain RAG works and other use cases by working through this tutorial on the n8n Blog [here](https://blog.n8n.io/build-multi-domain-ra...

Data & StorageAILangchainCore NodesChat TriggerAgentLm Chat Open AiGoogle Drive
Loading interactive preview...

Template notes

Vacation rental property manager with multiple Assistants

šŸ› ļø Read about how multi-domain RAG works and other use cases by working through this tutorial on the n8n Blog [here](https://blog.n8n.io/build-multi-domain-rag-systems-with-specialized-knowledge-bases/).

This workflow shows you how a vacation rental property manager can manage multiple properties each with different information using Pinecone Assistant. Guests can ask questions about their property and get a personalized answer back. What is Pinecone Assistant?

[Pinecone Assistant](https://docs.pinecone.io/guides/assistant/overview) allows you to build production-grade chat and agent-based applications quickly. It abstracts the complexities of implementing retrieval-augmented (RAG) systems by managing the chunking, embedding, storage, query planning, vector search, model orchestration, reranking for you.

Try it out

Prerequisites

A [Pinecone account](https://app.pinecone.io/) A GCP project with [Google Drive API enabled and configured](https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/) An [Open AI account](https://auth.openai.com/create-account) and [API key](https://platform.openai.com/settings/organization/api-keys)

Setup