I’m building a workflow in n8n that extracts text from uploaded documents and sends it through the following flow:
- Extract and decode binary text.
- Split the text into smaller chunks using a Text Splitter.
- Generate embeddings using the “Embeddings Google Gemini2” node.
- Store the embeddings in a Postgres PGVector Store.
However, when the data reaches the Postgres PGVector Store node, I get this error:
Error inserting: vector must have at least 1 dimension