brainy/src/storage/adapters
David Snelling 4c8b4c3248 fix(build): resolve TypeScript compilation errors in optimization modules
## Changes
- Export SearchStrategy enum for external module access
- Fix executeInThread function call signature with proper arguments
- Add missing useDiskBasedIndex property to OptimizedHNSWConfig defaults
- Resolve property override issues in ScaledHNSWSystem constructor
- Add explicit type annotations for S3 object parameters
- Fix ArrayBuffer type casting for compression operations

## Impact
All optimization modules now compile cleanly without TypeScript errors, ensuring type safety and proper module integration.
2025-08-03 16:51:20 -07:00
..
baseStorageAdapter.ts feat: add verb and noun metadata handling in storage adapters 2025-08-03 10:47:55 -07:00
batchS3Operations.ts fix(build): resolve TypeScript compilation errors in optimization modules 2025-08-03 16:51:20 -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