n8n-nodes-tembory 1.0.41 → 1.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3006,7 +3006,7 @@ class Mem0Memory {
3006
3006
  body.run_id = String(adv.runId);
3007
3007
  if (adv.persistBackendMemories === false)
3008
3008
  return;
3009
- const connectedEmbedding = adv.useVectorMemory === false ? null : await getConnectedEmbedding(this, itemIndex);
3009
+ const connectedEmbedding = await getConnectedEmbedding(this, itemIndex);
3010
3010
  if (connectedEmbedding) {
3011
3011
  const ids = { user_id: body.user_id, agent_id: body.agent_id, run_id: body.run_id };
3012
3012
  const clientMemories = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-tembory",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "description": "Tembory node for n8n AI Agents with profile, tools, timeline, graph and semantic memory",
5
5
  "license": "MIT",
6
6
  "homepage": "https://tembory.com",