Frontmatter
| id | 7697 |
| title | feat(ai): Automate knowledge base embedding on server startup |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Nov 3, 2025, 12:37 PM |
| updatedAt | Nov 3, 2025, 1:05 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7697 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 3, 2025, 1:05 PM |
The AI knowledge-base server should proactively ensure it's up-to-date when it starts. This improves the agent's initial experience and ensures health checks are accurate.
Acceptance Criteria
dist/ai-knowledge-base.jsonlfile.syncDatabaseprocess (create + embed).embedKnowledgeBaseprocess to sync any changes.