v2.3.2
What's changed
Internal
Replaces the hand-rolled Ollama HTTP client in EmbeddingsGenerator with corekit's ollamakit.Client. Existing retry/backoff, LRU cache, singleflight batch dedup, dimension auto-detect and local-hash fallback behavior are all preserved; only the HTTP transport is delegated. No public API or CLI behavior change.
Closed Issues
- #262 Adopt corekit ollamakit for embeddings HTTP client
Full Changelog: v2.3.1...v2.3.2