Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This advanced template automates the creation of a Lookio Assistant populated with a specific corpus of text. Instead of uploading files one by one, you can simply upload ...
n8n-nodes-base.stickynote, n8n-nodes-base.converttofile, n8n-nodes-base.splitinbatches, n8n-nodes-base.extractfromfile, n8n-nodes-base.formtrigger, n8n-nodes-base.aggregate, n8n-nodes-base.set, n8n-nodes-base.form
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Guillaume Duvernay.
Original n8n.io sourceThis advanced template automates the creation of a Lookio Assistant populated with a specific corpus of text. Instead of uploading files one by one, you can simply upload a CSV containing multiple text resources. The workflow iterates through the rows, converts them to text files, uploads them to Lookio, and finally creates a new Assistant with strict access limited to these specific resources.
Lookio is an API-first platform that solves the complexity of building RAG (Retrieval-Augmented Generation) systems. While tools like NotebookLM are great for individuals, Lookio is built for business automation.
It handles the difficult backend work—file parsing, chunking, vector storage, and semantic retrieval—so you can focus on the workflow.
.txt file./webhook/add-resource), and collects the returned Resource IDs./webhook/create-assistant), setting the resources_access_type to "Limited selection" so the bot relies only on the uploaded data.Your CSV file should look like this (headers can be named anything, as you will map them in the form):
| Title | Content |
|---|---|
| How to reset password | Go to settings, click security, and press reset... |
| Vacation Policy | Employees are entitled to 20 days of PTO... |
api_key) and body (workspace_id).api_key) and body (workspace_id).This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Create a Lookio RAG assistant from a CSV text corpus |
|---|---|
| Complexity | intermediate |
| Nodes | 13 |
| Categories | AI RAG |
| Author | Guillaume Duvernay |
| Published | 16 Dec 2025 |
Use the JSON export at /data/workflows/11877/11877.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This advanced template automates the creation of a Lookio Assistant populated with a specific corpus of text. Instead of uploading files one by one, you can simply upload ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your AI RAG use case.