Updated index architecture documentation to accurately reflect the current implementation: **Index Architecture Changes:** - Clarified 3-tier architecture: 3 main indexes + ~50+ sub-indexes - Removed DeletedItemsIndex (not currently integrated) - Added TypeAwareHNSWIndex with 42 type-specific indexes - Documented MetadataIndexManager sub-components (ChunkManager, EntityIdMapper, etc.) - Documented GraphAdjacencyIndex with 4 LSM-trees - Added comprehensive summary section with index hierarchy **Lazy Loading Documentation:** - Added Mode 1 (Auto-Rebuild) vs Mode 2 (Lazy Loading) comparison - Documented ensureIndexesLoaded() implementation with concurrency control - Added lazy loading performance characteristics (0-10ms init, 50-200ms first query) - Added use cases for each mode (serverless, development, large datasets) - Documented mutex-based concurrency safety **Files Updated:** - docs/architecture/index-architecture.md - docs/architecture/initialization-and-rebuild.md - docs/PERFORMANCE.md All documentation now accurately reflects v5.7.7 lazy loading implementation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| API_SURFACE_DESIGN.md | ||
| augmentation-system-audit.md | ||
| augmentations-actual.md | ||
| augmentations.md | ||
| CLUSTERING_ALGORITHMS_ANALYSIS.md | ||
| data-storage-architecture.md | ||
| distributed-storage.md | ||
| finite-type-system.md | ||
| index-architecture.md | ||
| initialization-and-rebuild.md | ||
| METADATA_ARCHITECTURE.md | ||
| noun-verb-taxonomy.md | ||
| overview.md | ||
| PERFORMANCE_ANALYSIS.md | ||
| storage-architecture.md | ||
| triple-intelligence.md | ||
| zero-config.md | ||