How do I add data to metadata without using embeddings?

How do I add data to metadata without using embeddings?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Can you be more especific? Because for me… metadata would serve a embedded vector mapped in the vector database, therefore it would need to have a embedding.

1 Like

I managed to do what I need, but the data is saved as text and I need it to be saved as json.

Screenshot_1

I managed to solve it by adapting the code in this way

{{ {"backup_n8n":{"backup_n8n_gdrive_folder_link":"https://drive.google.com/drive/u/0/folders/1vmyPctEBGVojAocX-xD0F321VDvKgsN6"\}} }}
1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.