brainy/src
David Snelling aa8a19248d fix: properly reconstruct GraphVerb objects in getVerbsWithPagination
- Fixed verb retrieval to include vector field from HNSWVerb
- Properly merge HNSWVerb data with metadata to create complete GraphVerb
- Skip verbs without metadata instead of returning incomplete objects
- Fix field mapping for sourceId/targetId and source/target
- Properly handle connections Map deserialization
- Fix filter logic to check correct fields

This fixes the issue where brain.getVerbs() returned empty array even
after successfully adding verbs. The problem was that verbs are stored
as HNSWVerb + metadata separately but weren't being properly
reconstructed when retrieved.
2025-09-02 15:18:36 -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 clean embedding architecture with Q8/FP32 precision control 2025-09-02 10:00:52 -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: implement clean embedding architecture with Q8/FP32 precision control 2025-09-02 10:00:52 -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 fix: properly reconstruct GraphVerb objects in getVerbsWithPagination 2025-09-02 15:18: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 clean embedding architecture with Q8/FP32 precision control 2025-09-02 10:00:52 -07:00
augmentationFactory.ts.deprecated 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligenceā„¢ 2025-08-26 12:32:21 -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 clean embedding architecture with Q8/FP32 precision control 2025-09-02 10:00:52 -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