Hi, I want to download a couple of files from nextcloud and embedd them into pgvector.
Below is the workflow.
Following problems:
(a) In the “Delete old embeddings” node, the DateTime does not seem to have the “fromHTTP” and thus produces a NaN. According to the Luxon documentation, there is such function.
(b) Even overcoming this issue (i.e. adjusting the SQL accordingly), only one item is forwarded from the “Delete old embeddings” node.
(c) I bypassed the “Delete old embeddings” node so the “Embedd” node receives three items. The “Embedd” node executes without complaint (green check mark), yet if executes only exactly once and does not write anything to the data base. Actually, even no file content is forwarded to the OpenAI embedding.
What am I doing wrong?
My N8N-Version: 1.83.2
Environment: Docker