LearnNewsExamplesServices
Frontmatter
id7363
titleCreate `clearSummaries.mjs` script for development
stateClosed
labels
enhancementai
assigneestobiu
createdAtOct 5, 2025, 12:02 PM
updatedAtOct 5, 2025, 12:03 PM
githubUrlhttps://github.com/neomjs/neo/issues/7363
authortobiu
commentsCount0
parentIssue7316
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtOct 5, 2025, 12:03 PM

Create clearSummaries.mjs script for development

Closed v11.0.0 enhancementai
tobiu
tobiu commented on Oct 5, 2025, 12:02 PM

During development and testing of the session summarization feature, a utility script was needed to quickly clear out the session summaries collection in ChromaDB. This ticket documents the creation of this helper script.

Acceptance Criteria

  1. A new script buildScripts/ai/clearSummaries.mjs is created.
  2. The script connects to the ChromaDB instance defined in aiConfig.mjs.
  3. It deletes and immediately recreates the sessions collection.
  4. The script is intended for development use and will not be added to package.json scripts.
tobiu assigned to @tobiu on Oct 5, 2025, 12:02 PM
tobiu added parent issue #7316 on Oct 5, 2025, 12:02 PM
tobiu added the enhancement label on Oct 5, 2025, 12:02 PM
tobiu added the ai label on Oct 5, 2025, 12:02 PM
tobiu referenced in commit 76c50be - "Create clearSummaries.mjs script for development #7363" on Oct 5, 2025, 12:02 PM
tobiu closed this issue on Oct 5, 2025, 12:03 PM