brainy/src/storage/adapters
David Snelling 7f8c8c0630 feat: refactor verb storage to use HNSWVerb for improved performance
- Updated MemoryStorage and BaseStorage to handle HNSWVerb instead of GraphVerb.
- Introduced methods to save and retrieve verb metadata separately.
- Enhanced getVerb and getAllVerbs methods to convert HNSWVerb to GraphVerb with metadata.
- Improved data handling and filtering in various storage methods.
2025-08-03 10:47:47 -07:00
..
baseStorageAdapter.ts **feat(search): enhance JSON document search with field-level filtering and prioritization** 2025-08-01 08:27:39 -07:00
fileSystemStorage.ts **feat(docs): add comprehensive Search and Metadata Guide with metadata handling updates** 2025-08-02 16:41:30 -07:00
memoryStorage.ts feat: refactor verb storage to use HNSWVerb for improved performance 2025-08-03 10:47:47 -07:00
opfsStorage.ts **refactor: improve FileSystemStorage compatibility and remove outdated test** 2025-07-30 11:25:36 -07:00
s3CompatibleStorage.ts **feat(storage): implement multi-level cache manager with dynamic tuning** 2025-07-31 17:57:14 -07:00