brainy/src/storage/adapters
David Snelling 1040f1ce34 feat: add verb and noun metadata handling in storage adapters
- Implement saveVerbMetadata and getVerbMetadata methods for managing verb metadata.
- Implement saveNounMetadata and getNounMetadata methods for managing noun metadata.
- Update storage adapters to use HNSWVerb instead of GraphVerb for improved performance.
- Deprecate methods that require loading metadata for edges, returning empty arrays instead.
2025-08-03 10:47:55 -07:00
..
baseStorageAdapter.ts feat: add verb and noun metadata handling in storage adapters 2025-08-03 10:47:55 -07:00
fileSystemStorage.ts feat: add verb and noun metadata handling in storage adapters 2025-08-03 10:47:55 -07:00
memoryStorage.ts feat: refactor verb storage to use HNSWVerb for improved performance 2025-08-03 10:47:47 -07:00
opfsStorage.ts feat: add verb and noun metadata handling in storage adapters 2025-08-03 10:47:55 -07:00
s3CompatibleStorage.ts feat: add verb and noun metadata handling in storage adapters 2025-08-03 10:47:55 -07:00