Skip to content

v2.3.2

Choose a tag to compare

@github-actions github-actions released this 08 Jul 21:32
1d95944

What's changed

Internal

  • #263 Adopt corekit's shared Ollama client (ollamakit) for the embeddings HTTP client — closes #262

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