- Updated worker execution logic to pass functions as stringified versions instead of reference types to avoid cloning issues in worker threads. - Refactored utility functions in `workerUtils` to accept serialized function strings. - Adjusted embedding and augmentation pipeline workflows to align with the updated worker handling mechanism. - Enhanced parallel distance calculator to support structured arguments with stringified distance functions for better compatibility. |
||
|---|---|---|
| .. | ||
| distance.ts | ||
| embedding.ts | ||
| environment.ts | ||
| index.ts | ||
| version.ts | ||
| workerUtils.ts | ||