What are the time and space limitations for the In Memory Vector Store feature? I mean, does it automatically clear after a certain period (e.g., minutes, hours, days, weeks)? And, what is the data storage limit and how can I verify this?
Welcome to the community @duvancruz The In Memory Vector Store in n8n is just a temporary storage solution that lives and dies with the workflow execution. I don’t think it has any predefined time or size restrictions, but it’s ultimately limited by the amount of memory available to the n8n process.