Commit graph

4 commits

Author SHA1 Message Date
8a3418ea06 0.9.6 2025-06-24 10:38:13 -07:00
d18a5a6c22 refactor(worker-threads): pass functions as strings to resolve Promise cloning issues
- 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.
2025-06-24 10:38:05 -07:00
887a08b689 fix(demo): use relative paths for GitHub Pages and code.soulcraft hosting environments
- Updated script to use consistent relative paths for compatibility across hosting setups.
- Removed absolute path for code.soulcraft.com to ensure seamless local and hosted deployments.
2025-06-24 10:28:12 -07:00
23e50b09bf Initial commit 2025-06-24 10:16:12 -07:00