This repository has been archived on 2026-09-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
open-brainy/src/vfs/semantic
David Snelling 2931aa2060 feat: add resolvePathToId() method and fix test issues
- Add new resolvePathToId() method to VFS for getting entity IDs from paths
- Fix resolvePath() to return normalized paths as expected (was returning UUIDs)
- Add graceful error handling for invalid IDs in Neural API neighbors()
- Improve test memory allocation to prevent OOM errors (8GB heap)
- Skip semantic search tests in unit test mode (requires real embeddings)

Fixes 5 failing tests:
- VFS path resolution test now passes
- VFS semantic search tests now skip in unit mode
- Neural API neighbors handles invalid IDs gracefully
- Memory exhaustion issue resolved
2025-10-07 11:51:17 -07:00
..
projections feat: add resolvePathToId() method and fix test issues 2025-10-07 11:51:17 -07:00
index.ts feat: add neural extraction APIs with NounType taxonomy 2025-09-29 13:51:47 -07:00
ProjectionRegistry.ts feat: add neural extraction APIs with NounType taxonomy 2025-09-29 13:51:47 -07:00
ProjectionStrategy.ts feat: add neural extraction APIs with NounType taxonomy 2025-09-29 13:51:47 -07:00
SemanticPathParser.ts feat: add neural extraction APIs with NounType taxonomy 2025-09-29 13:51:47 -07:00
SemanticPathResolver.ts feat: add neural extraction APIs with NounType taxonomy 2025-09-29 13:51:47 -07:00