LearnNewsExamplesServices
Frontmatter
id7317
titleSet up Memory ChromaDB
stateClosed
labels
enhancement
assigneestobiu
createdAtOct 1, 2025, 10:52 PM
updatedAtOct 2, 2025, 10:40 AM
githubUrlhttps://github.com/neomjs/neo/issues/7317
authortobiu
commentsCount0
parentIssue7316
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtOct 2, 2025, 10:40 AM

Set up Memory ChromaDB

Closed v11.0.0 enhancement
tobiu
tobiu commented on Oct 1, 2025, 10:52 PM

This ticket covers the initial setup of a new, dedicated ChromaDB instance to serve as the persistent memory for the AI agent. This database will be separate from the existing framework knowledge base.

Acceptance Criteria

  1. A new script is created (e.g., buildScripts/ai/setupMemoryDB.mjs) to initialize the ChromaDB client for the memory store.
  2. The script should create a new ChromaDB collection specifically for agent memories (e.g., neo-agent-memory).
  3. Configuration for the memory database (e.g., path, collection name) should be managed in a central location.
tobiu assigned to @tobiu on Oct 1, 2025, 10:52 PM
tobiu added parent issue #7316 on Oct 1, 2025, 10:52 PM
tobiu added the enhancement label on Oct 1, 2025, 10:52 PM
tobiu referenced in commit b70fcfe - "Set up Memory ChromaDB #7317" on Oct 2, 2025, 10:40 AM
tobiu closed this issue on Oct 2, 2025, 10:40 AM