diff --git a/smart-blocks/smart_block.js b/smart-blocks/smart_block.js index a433375d..205b6c41 100644 --- a/smart-blocks/smart_block.js +++ b/smart-blocks/smart_block.js @@ -78,8 +78,6 @@ export class SmartBlock extends SmartEntity { if (this.should_clear_embeddings(data)){ this.data.embeddings = {}; } - // if (!this.vec) this._embed_input += data.text; // Store text for embedding - // delete data.text; // Clear data.text to prevent saving text super.update_data(data); return true; }