Putting Table Rows into Different Chunks
Hello people! Thank you for having me in this community. We are trying to create an AI Agent with the n8n with RAG which uses info from the table. As I think (and from my experience), it would be better if I put each row into different chunks so data is better when retrieved for AI. Now, I have reached the point where I am able to put all of the table info into one big text, which is then chunked randomly. However, it would be great to try dividing every row into different chunks. Does someone have any ideas on it? I have attached the screenshot of the setup and aggregating node. I would be very happy to know how it is possible. Thank you!