brainy/src
David Snelling 29ccc5846b feat: implement comprehensive neural clustering system
- Add 7 advanced clustering algorithms (semantic, k-means, DBSCAN, hierarchical, graph, multi-modal, sampling)
- Integrate with existing 31 NounTypes + 40 VerbTypes taxonomy for semantic clustering
- Leverage HNSW index for O(n) hierarchical clustering performance
- Add graph community detection using verb relationships and Louvain modularity
- Implement multi-modal fusion combining vector + graph + semantic signals
- Add Triple Intelligence integration for intelligent cluster labeling
- Support adaptive sampling strategies for large datasets
- Include 150+ utility methods for advanced clustering operations
- Add comprehensive TypeScript definitions and error handling
- Optimize for graph-explorer integration with LOD patterns

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-01 15:37:56 -07:00
..
augmentations feat: implement comprehensive type safety system with BrainyTypes API 2025-09-01 09:37:36 -07:00
chat feat: implement comprehensive type safety system with BrainyTypes API 2025-09-01 09:37:36 -07:00
cli feat: implement comprehensive type safety system with BrainyTypes API 2025-09-01 09:37:36 -07:00
config feat: implement zero-config system with Node.js 22 compatibility 2025-08-29 15:39:07 -07:00
cortex 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
critical 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
distributed 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
embeddings feat: replace dtype with clearer precision parameter for model selection 2025-08-29 13:22:13 -07:00
errors 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
examples feat: implement comprehensive type safety system with BrainyTypes API 2025-09-01 09:37:36 -07:00
graph 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
hnsw 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
mcp feat: implement comprehensive type safety system with BrainyTypes API 2025-09-01 09:37:36 -07:00
neural feat: implement comprehensive neural clustering system 2025-09-01 15:37:56 -07:00
patterns 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
scripts feat: implement zero-config system with Node.js 22 compatibility 2025-08-29 15:39:07 -07:00
shared 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
storage feat: implement comprehensive type safety system with BrainyTypes API 2025-09-01 09:37:36 -07:00
triple feat: comprehensive metadata namespace architecture and cleanup system 2025-08-27 15:38:48 -07:00
types feat: implement comprehensive type safety system with BrainyTypes API 2025-09-01 09:37:36 -07:00
universal 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
utils feat: implement comprehensive type safety system with BrainyTypes API 2025-09-01 09:37:36 -07:00
augmentationManager.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
augmentationPipeline.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
augmentationRegistry.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
augmentationRegistryLoader.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
brainyData.ts feat: implement comprehensive neural clustering system 2025-09-01 15:37:56 -07:00
browserFramework.minimal.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
browserFramework.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
coreTypes.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
cortex.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
demo.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
importManager.ts feat: implement comprehensive type safety system with BrainyTypes API 2025-09-01 09:37:36 -07:00
index.ts feat: implement comprehensive type safety system with BrainyTypes API 2025-09-01 09:37:36 -07:00
pipeline.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
setup.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
unified.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
worker.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00