File tree Expand file tree Collapse file tree
memory-core/services/lifecycle Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import {spawn} from 'child_process';
22import aiConfig from '../config.mjs' ;
33import logger from '../logger.mjs' ;
44import Base from '../../../../../src/core/Base.mjs' ;
5+ import Observable from '../../../../../src/core/Observable.mjs' ;
56
67/**
78 * @summary Manages the lifecycle of the ChromaDB process for the Knowledge Base.
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { spawn } from 'child_process';
22import aiConfig from '../../config.mjs' ;
33import logger from '../../logger.mjs' ;
44import Base from '../../../../../../src/core/Base.mjs' ;
5+ import Observable from '../../../../../../src/core/Observable.mjs' ;
56
67/**
78 * @summary Orchestrates the daemon lifecycle specifically for the ChromaDB backend engine.
You can’t perform that action at this time.
0 commit comments