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 =
|
|
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