- **Storage**: Replaced all instances of `HNSWNoun_internal` and `Verb` type aliases with their original equivalents (`HNSWNoun` and `GraphVerb`) in `MemoryStorage` adapter. Simplified method definitions and internal logic by directly using the original types. - **Code Cleanup**: - Removed unused type alias declarations to reduce code clutter and improve readability. - Adjusted method parameters and return types accordingly to maintain consistency. **Purpose**: Simplify the codebase by removing redundant type aliasing, ensuring consistency and better readability across storage adapter logic. Reduces potential confusion and streamlines type usage. |
||
|---|---|---|
| .. | ||
| baseStorageAdapter.ts | ||
| fileSystemStorage.ts | ||
| memoryStorage.ts | ||
| opfsStorage.ts | ||
| s3CompatibleStorage.ts | ||