Frontmatter
| id | 7563 |
| title | Standardize ChromaDB Collection Naming Convention |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Oct 20, 2025, 1:24 AM |
| updatedAt | Oct 20, 2025, 1:25 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7563 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 7536 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 20, 2025, 1:25 AM |
The ChromaDB collection names in
ai/mcp/server/config.mjsuse inconsistent separators. ThememoryCorecollections use a hyphen (neo-agent-memory), while theknowledgeBasecollection uses an underscore (neo_knowledge).To standardize our naming convention, the
knowledgeBase.collectionNameshould be updated to use a hyphen.Acceptance Criteria
ai/mcp/server/config.mjs, theknowledgeBase.collectionNameproperty is changed from'neo_knowledge'to'neo-knowledge-base'.