NornicDB support should be fully operational now.
[1.0.2] - 2025-12-14
Added
- Added
CHANGELOG.mdat repository root for release history and guidance.
Changed
src/api/chat-api.ts: Use database-aware default for semantic similarity (NornicDB = 0.5, Neo4j = configured default) so server-side embeddings use the correct threshold.testing/file-indexer-nornicdb.test.ts: Mock improvements forEmbeddingsServiceexports and corrected expectations to match NornicDB behavior.
Fixed
- Unit tests: fixed failing mocks and assertions; all relevant unit tests pass locally (including
file-indexer-nornicdbtests).
Misc
- Small tooling/test cleanup and formatting tweaks made while validating the changes.