workflows.fit
Back to n8n workflows
n8n templateFreeBy Pavel Duchovny

Travel planning assistant with MongoDB Atlas, Gemini LLM and vector search

Building agentic AI workflows often requires multiple moving parts: memory management, document retrieval, vector similarity, and orchestration. Until now, these pieces had to be custom-wired. But with the new native ...

AILangchainDevelopmentCore NodesChat TriggerMemory Mongo Db ChatLm Chat Google GeminiVector Store Mongo DBAtlas
Loading interactive preview...

Template notes

Building agentic AI workflows often requires multiple moving parts: memory management, document retrieval, vector similarity, and orchestration.

Until now, these pieces had to be custom-wired.

But with the new native n8n nodes for MongoDB Atlas, we reduce that overhead dramatically.

With just a few clicks:

- Store and recall long-term memory from MongoDB

- Query vector embeddings stored in Atlas Vector Search

- Use these results in your LLM chains and automation logic

In this example we present an ingestion and AI Agent flows that focus around Travel Planning. The different interest points that we want the agent to know about can be ingested into the vector store.