Open
Description
Describe the bug
When i use API request to upsert document to vector store i get memory leak, For 3k items it usses additional 5GB of ram and it doesn't free up. It fills up memory until PC crashes.
I setup TextFile and enabled API and enabled Override Configuration for text file. I'm sending this file via API curl requests from another system
To Reproduce
here is simple flow that leaks
Expected behavior
Memory would free up after some time
Setup
- Installation docker,
- Flowise Version latest
- OS: [Linux]