- Remove Rollup bundling in favor of direct TypeScript compilation - Move from bundled models to dynamic model loading with configurable paths - Add Docker deployment examples and documentation - Implement robust model loader with fallback mechanisms - Update storage adapters for better cross-environment compatibility - Add comprehensive tests for model loading and package installation - Simplify package.json scripts and remove complex build configurations - Clean up deprecated demo files and old bundling scripts BREAKING CHANGE: Models are no longer bundled with the package. They are now loaded dynamically from CDN or custom paths. |
||
|---|---|---|
| .. | ||
| COMPATIBILITY.md | ||
| CONCURRENCY_ANALYSIS.md | ||
| ENVIRONMENT_TESTING.md | ||
| METADATA_HANDLING.md | ||
| model-bundling-analysis.md | ||
| REALTIME_UPDATES.md | ||
| SCALING_STRATEGY.md | ||
| STATISTICS.md | ||
| STORAGE_CONCURRENCY_ANALYSIS.md | ||
| STORAGE_TESTING.md | ||
| TECHNICAL_GUIDES.md | ||
| TESTING.md | ||
| THREADING.md | ||
| USE_MODEL_LOADING_EXPLANATION.md | ||
| VECTOR_DIMENSION_STANDARDIZATION.md | ||
| VITEST_IMPROVEMENTS.md | ||