Frontmatter
| id | 7810 |
| title | Refactor: Rename ChromaDB data directories for clarity |
| state | Closed |
| labels | enhancementairefactoring |
| assignees | tobiu |
| createdAt | Nov 19, 2025, 2:54 PM |
| updatedAt | Nov 19, 2025, 2:59 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7810 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 19, 2025, 2:59 PM |
The current ChromaDB data directory names (
chromaandchroma-memory) are generic and inconsistent. We should rename them tochroma-neo-knowledge-baseandchroma-neo-memory-coreto be more descriptive and align with the server names.Tasks:
ai/mcp/server/knowledge-base/config.mjs.ai/mcp/server/memory-core/config.mjs.package.jsonscripts..gitignore.